22 references to System_Collections_Generic_List_T
Microsoft.CodeAnalysis (13)
WellKnownMembers.cs (13)
4213
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4220
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4228
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4236
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4243
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4251
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4260
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4268
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4276
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4291
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4302
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4375
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4405
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Conversions.cs (1)
1296
.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
, ref useSiteInfo)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (6)
44
if (ConversionsBase.IsSpanOrListType(_compilation, node.Type, WellKnownType.
System_Collections_Generic_List_T
, out var listElementType))
396
Debug.Assert((object)list.Type.OriginalDefinition == _compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
));
460
Debug.Assert((object)list.Type.OriginalDefinition == _compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
));
825
&& tryGetToArrayMethod(spreadTypeOriginalDefinition, WellKnownType.
System_Collections_Generic_List_T
, WellKnownMember.System_Collections_Generic_List_T__ToArray, out MethodSymbol? listToArrayMethod))
1073
if (namedType.OriginalDefinition.Equals(_compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
), TypeCompareKind.ConsiderEverything)
1215
var collectionType = _factory.WellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(typeArguments);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
211
diagnosticInfo = compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).GetUseSiteInfo().DiagnosticInfo;
281
SynthesizedReadOnlyListKind.List => compilation.GetWellKnownType(WellKnownType.
System_Collections_Generic_List_T
).Construct(typeArgs),