You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PolySharp.SourceGenerators/EmbeddedResources/LanguageSupport/System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute.cs
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
// <auto-generated/>
2
+
#pragma warning disable
3
+
#nullable enable annotations
4
+
1
5
// Licensed to the .NET Foundation under one or more agreements.
2
6
// The .NET Foundation licenses this file to you under the MIT license.
Copy file name to clipboardExpand all lines: src/PolySharp.SourceGenerators/EmbeddedResources/LanguageSupport/System.Runtime.CompilerServices.ExtensionMarkerAttribute.cs
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
// <auto-generated/>
2
+
#pragma warning disable
3
+
#nullable enable annotations
4
+
1
5
// Licensed to the .NET Foundation under one or more agreements.
2
6
// The .NET Foundation licenses this file to you under the MIT license.
/// This attribute is used to mark extension members and associate them with a specific marker type (which provides detailed information about an extension block and its receiver parameter).
10
14
/// This attribute should not be used by developers in source code.
Copy file name to clipboardExpand all lines: src/PolySharp.SourceGenerators/EmbeddedResources/RuntimeSupported/System.Diagnostics.CodeAnalysis.UnsafeAccessorTypeAttribute.cs
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
// <auto-generated/>
2
+
#pragma warning disable
3
+
#nullable enable annotations
4
+
1
5
// Licensed to the .NET Foundation under one or more agreements.
2
6
// The .NET Foundation licenses this file to you under the MIT license.
/// Instantiates an <see cref="UnsafeAccessorTypeAttribute"/> providing access to a type supplied by <paramref name="typeName"/>.
14
25
/// </summary>
15
26
/// <param name="typeName">A fully qualified or partially qualified type name.</param>
16
27
/// <remarks>
17
28
/// <paramref name="typeName"/> is expected to follow the same rules as if it were being
18
-
/// passed to <see name="Type.GetType(String)"/>. When unbound generics are involved they
29
+
/// passed to <see name="global::System.Type.GetType(global::System.String)"/>. When unbound generics are involved they
19
30
/// should follow the IL syntax of referencing a type or method generic variables using
20
31
/// the syntax of <c>!N</c> or <c>!!N</c> respectively, where N is the zero-based index of the
21
-
/// generic parameters. The generic rules defined for <see cref="UnsafeAccessorAttribute"/>
32
+
/// generic parameters. The generic rules defined for <see cref="global::System.Diagnostics.CodeAnalysis.UnsafeAccessorAttribute"/>
22
33
/// apply to this attribute as well, meaning the arity and type of generic parameter must match
23
34
/// the target type.
24
35
///
25
-
/// This attribute only has behavior on parameters or return values of methods marked with <see cref="UnsafeAccessorAttribute"/>.
36
+
/// This attribute only has behavior on parameters or return values of methods marked with <see cref="global::System.Diagnostics.CodeAnalysis.UnsafeAccessorAttribute"/>.
26
37
///
27
38
/// This attribute should only be applied to parameters or return types of methods that are
0 commit comments