3 references to System_Runtime_CompilerServices_InlineArray2
Microsoft.CodeAnalysis (1)
WellKnownTypes.cs (1)
815
var startingOffset = WellKnownType.
System_Runtime_CompilerServices_InlineArray2
- 2;
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
2123
var arrayWellKnownType = WellKnownType.
System_Runtime_CompilerServices_InlineArray2
+ (arrayLength - 2);
2124
Debug.Assert(arrayWellKnownType is >= WellKnownType.
System_Runtime_CompilerServices_InlineArray2
and <= WellKnownType.System_Runtime_CompilerServices_InlineArray16);