19 references to System_ReadOnlySpan_T
Microsoft.CodeAnalysis (10)
WellKnownMembers.cs (10)
1008
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel),
3349
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel), // DeclaringTypeId
3358
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel), // DeclaringTypeId
3366
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel), // DeclaringTypeId
3376
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel), // DeclaringTypeId
3384
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel), // DeclaringTypeId
3925
(byte)WellKnownType.ExtSentinel, (WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel),
3936
(byte)WellKnownType.ExtSentinel, (WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel),
3940
(byte)WellKnownType.ExtSentinel, (WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel),
3950
(byte)WellKnownType.ExtSentinel, (WellKnownType.
System_ReadOnlySpan_T
- WellKnownType.ExtSentinel),
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
6286
var type = GetWellKnownType(WellKnownType.
System_ReadOnlySpan_T
, diagnostics, node).Construct(GetSpecialType(SpecialType.System_Byte, diagnostics, node));
Compiler\MethodBodySynthesizer.Lowered.cs (1)
149
? WellKnownType.
System_ReadOnlySpan_T
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
954
StringPatternInput.ReadOnlySpanChar => _factory.WellKnownType(WellKnownType.
System_ReadOnlySpan_T
)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
78
else if ((object)origDefinition == this._compilation.GetWellKnownType(WellKnownType.
System_ReadOnlySpan_T
))
Symbols\Compilation_WellKnownMembers.cs (1)
210
return TypeSymbol.Equals(type.OriginalDefinition, GetWellKnownType(WellKnownType.
System_ReadOnlySpan_T
), TypeCompareKind.ConsiderEverything2);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\Utf8StringsLiteralsTests.cs (1)
1972
comp.MakeTypeMissing(WellKnownType.
System_ReadOnlySpan_T
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
607
case WellKnownType.
System_ReadOnlySpan_T
:
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\WellKnownTypeValidationTests.vb (2)
528
WellKnownType.
System_ReadOnlySpan_T
,
604
WellKnownType.
System_ReadOnlySpan_T
,