15 references to System_Runtime_CompilerServices_RuntimeFeature
Microsoft.CodeAnalysis (7)
SpecialMembers.cs (7)
1104
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1110
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1116
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1122
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1128
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1134
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
1140
(byte)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AssemblySymbol.cs (2)
513
Debug.Assert(SpecialMembers.GetDescriptor(feature).DeclaringSpecialType == SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
);
514
return GetSpecialType(SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
) is { TypeKind: TypeKind.Class, IsStatic: true } &&
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
18
if (containingType?.SpecialType == SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\CompilationCreationTests.cs (1)
81
if (i is (int)SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
or
Symbols\MissingSpecialMember.cs (1)
533
if (special is SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
or
Symbols\Source\ClsComplianceTests.cs (1)
3165
case SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
: // static and not available
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AssemblySymbol.vb (2)
438
Debug.Assert(SpecialMembers.GetDescriptor(feature).DeclaringSpecialType = SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
)
440
Dim runtimeFeature = GetSpecialType(SpecialType.
System_Runtime_CompilerServices_RuntimeFeature
)