27 references to System_Collections_Generic_List_T
Microsoft.CodeAnalysis (13)
WellKnownMembers.cs (13)
4170
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4177
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4185
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4193
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4200
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4208
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4217
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4225
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4233
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4248
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4259
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4332
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4362
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
Microsoft.CodeAnalysis.CSharp (7)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (5)
44
if (ConversionsBase.IsSpanOrListType(_compilation, node.Type, WellKnownType.
System_Collections_Generic_List_T
, out var listElementType))
378
Debug.Assert(list.Type.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.AllIgnoreOptions));
737
&& tryGetToArrayMethod(spreadTypeOriginalDefinition, WellKnownType.
System_Collections_Generic_List_T
, WellKnownMember.System_Collections_Generic_List_T__ToArray, out MethodSymbol? listToArrayMethod))
985
if (namedType.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.ConsiderEverything)
1121
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)
4989
var collectionType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
5044
var collectionType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
6108
var listType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
6134
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
13276
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
15646
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
881
WellKnownType.
System_Collections_Generic_List_T
,