29 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 (8)
Binder\Binder_Conversions.cs (1)
1228
.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
, ref useSiteInfo)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (5)
44
if (ConversionsBase.IsSpanOrListType(_compilation, node.Type, WellKnownType.
System_Collections_Generic_List_T
, out var listElementType))
409
Debug.Assert(list.Type.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.AllIgnoreOptions));
774
&& tryGetToArrayMethod(spreadTypeOriginalDefinition, WellKnownType.
System_Collections_Generic_List_T
, WellKnownMember.System_Collections_Generic_List_T__ToArray, out MethodSymbol? listToArrayMethod))
1022
if (namedType.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.ConsiderEverything)
1164
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 (7)
Semantics\CollectionExpressionTests.cs (7)
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));
6109
var listType = comp.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(comp.GetSpecialType(SpecialType.System_Int32));
6135
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
13277
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
15647
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
21843
comp.MakeTypeMissing(WellKnownType.
System_Collections_Generic_List_T
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
882
WellKnownType.
System_Collections_Generic_List_T
,