File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/PowerShellEditorServices Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
// <auto-generated>
2
2
// Licensed to the .NET Foundation under one or more agreements.
3
3
// The .NET Foundation licenses this file to you under the MIT license.
4
+ // (with alterations)
5
+ #if NET5_0_OR_GREATER
6
+ [ assembly: System . Runtime . CompilerServices . TypeForwardedTo ( typeof ( System . Index ) ) ]
7
+ #else
4
8
5
9
using System . Diagnostics . CodeAnalysis ;
6
10
using System . Runtime . CompilerServices ;
@@ -152,3 +156,4 @@ public static void ThrowValueArgumentOutOfRange_NeedNonNegNumException()
152
156
}
153
157
}
154
158
}
159
+ #endif
Original file line number Diff line number Diff line change 1
1
// <auto-generated>
2
2
// Licensed to the .NET Foundation under one or more agreements.
3
3
// The .NET Foundation licenses this file to you under the MIT license.
4
+ // (with alterations)
5
+ #if NET5_0_OR_GREATER
6
+ [ assembly: System . Runtime . CompilerServices . TypeForwardedTo ( typeof ( System . Range ) ) ]
7
+ #else
4
8
5
9
global using Range = OmniSharp . Extensions . LanguageServer . Protocol . Models . Range ;
6
10
@@ -116,3 +120,4 @@ public static void ThrowArgumentOutOfRangeException(string parameterName)
116
120
}
117
121
}
118
122
}
123
+ #endif
You can’t perform that action at this time.
0 commit comments