17 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)
500Debug.Assert(SpecialMembers.GetDescriptor(feature).DeclaringSpecialType == SpecialType.System_Runtime_CompilerServices_RuntimeFeature); 501return GetSpecialType(SpecialType.System_Runtime_CompilerServices_RuntimeFeature) is { TypeKind: TypeKind.Class, IsStatic: true } &&
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
18if (containingType?.SpecialType == SpecialType.System_Runtime_CompilerServices_RuntimeFeature
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\CompilationCreationTests.cs (1)
81if (i is (int)SpecialType.System_Runtime_CompilerServices_RuntimeFeature or
Symbols\MissingSpecialMember.cs (1)
533if (special is SpecialType.System_Runtime_CompilerServices_RuntimeFeature or
Symbols\Source\ClsComplianceTests.cs (1)
3165case SpecialType.System_Runtime_CompilerServices_RuntimeFeature: // static and not available
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AssemblySymbol.vb (2)
425Debug.Assert(SpecialMembers.GetDescriptor(feature).DeclaringSpecialType = SpecialType.System_Runtime_CompilerServices_RuntimeFeature) 427Dim runtimeFeature = GetSpecialType(SpecialType.System_Runtime_CompilerServices_RuntimeFeature)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\CompilationCreationTests.vb (1)
97If i = SpecialType.System_Runtime_CompilerServices_RuntimeFeature OrElse
SymbolsTests\WellKnownTypeValidationTests.vb (1)
457If special = SpecialType.System_Runtime_CompilerServices_RuntimeFeature OrElse