18 references to System_Runtime_CompilerServices_InlineArrayAttribute
Microsoft.CodeAnalysis (3)
SpecialMembers.cs (1)
1153(byte)SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute, // DeclaringTypeId
SpecialType.cs (1)
272Count = System_Runtime_CompilerServices_InlineArrayAttribute
SpecialTypeExtensions.cs (1)
367=> specialType is >= SpecialType.System_Object and <= SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute;
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\SpecialTypeExtensions.cs (1)
367=> specialType is >= SpecialType.System_Object and <= SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (1)
764namedType.OriginalDefinition.GetAttributes().Any(static a => a.AttributeClass?.SpecialType == SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\InlineArrayTests.cs (3)
114var t = comp.GetSpecialType(SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute); 115Assert.Equal(SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute, t.SpecialType); 116Assert.Equal(t.IsValueType, SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute.IsValueType());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\CompilationCreationTests.cs (1)
83(int)SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute)
Symbols\CorLibrary\CorTypes.cs (1)
60(int)SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute
Symbols\MissingSpecialMember.cs (1)
535SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute)
Symbols\Source\ClsComplianceTests.cs (1)
3167case SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute: // not available
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
74SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\CompilationCreationTests.vb (1)
99i = SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute Then
SymbolsTests\CorLibrary\CorTypes.vb (1)
53Dim knownMissingTypes As HashSet(Of Integer) = New HashSet(Of Integer) From {SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute}
SymbolsTests\WellKnownTypeValidationTests.vb (1)
459special = SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute Then
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\SpecialTypeExtensions.cs (1)
367=> specialType is >= SpecialType.System_Object and <= SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (1)
764namedType.OriginalDefinition.GetAttributes().Any(static a => a.AttributeClass?.SpecialType == SpecialType.System_Runtime_CompilerServices_InlineArrayAttribute);