18 references to System_ReadOnlySpan_T
Microsoft.CodeAnalysis (15)
ExtendedSpecialType.cs (3)
72
Debug.Assert(InternalSpecialType.First == InternalSpecialType.
System_ReadOnlySpan_T
);
73
if (_value == (int)InternalSpecialType.
System_ReadOnlySpan_T
)
75
return nameof(InternalSpecialType.
System_ReadOnlySpan_T
);
InternalSpecialType.cs (1)
29
First =
System_ReadOnlySpan_T
,
SpecialMembers.cs (11)
106
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
109
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
119
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
122
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
125
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
135
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
138
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
141
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
144
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
214
(byte)SignatureTypeCode.GenericTypeInstance, (byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_ReadOnlySpan_T
,
1161
(byte)InternalSpecialType.
System_ReadOnlySpan_T
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Metadata\PE\LoadingFields.cs (2)
150
var readOnlySpanType = comp.GetSpecialType(InternalSpecialType.
System_ReadOnlySpan_T
);
153
Assert.Equal((ExtendedSpecialType)InternalSpecialType.
System_ReadOnlySpan_T
, readOnlySpanType.ExtendedSpecialType);
Microsoft.CodeAnalysis.UnitTests (1)
Symbols\SpecialTypeTests.cs (1)
19
AssertEx.Equal("System_ReadOnlySpan_T", ((ExtendedSpecialType)InternalSpecialType.
System_ReadOnlySpan_T
).ToString());