27 references to System_Collections_Generic_List_T
Microsoft.CodeAnalysis (13)
WellKnownMembers.cs (13)
4163
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4170
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4178
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4186
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4193
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4201
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4210
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4218
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4226
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4241
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4252
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4325
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4347
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
Microsoft.CodeAnalysis.CSharp (7)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (5)
45
if (ConversionsBase.IsSpanOrListType(_compilation, node.Type, WellKnownType.
System_Collections_Generic_List_T
, out var listElementType))
316
Debug.Assert(list.Type.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.AllIgnoreOptions));
667
&& tryGetToArrayMethod(spreadTypeOriginalDefinition, WellKnownType.
System_Collections_Generic_List_T
, WellKnownMember.System_Collections_Generic_List_T__ToArray, out MethodSymbol? listToArrayMethod))
889
if (namedType.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.ConsiderEverything)
1025
var collectionType = _factory.WellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(typeArguments);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
210
diagnosticInfo = compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).GetUseSiteInfo().DiagnosticInfo;
280
SynthesizedReadOnlyListKind.List => compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(typeArgs),
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\CollectionExpressionTests.cs (6)
4990
var collectionType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5045
var collectionType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5099
var listType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5125
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
11448
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
13818
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
859
WellKnownType.
System_Collections_Generic_List_T
,