21 references to System_Collections_Generic_List_T
Microsoft.CodeAnalysis (13)
WellKnownMembers.cs (13)
4192
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4199
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4207
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4215
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4222
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4230
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4239
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4247
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4255
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4270
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4281
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
4354
(byte)WellKnownType.
System_Collections_Generic_List_T
, // DeclaringTypeId
4384
(byte)SignatureTypeCode.TypeHandle, (byte)WellKnownType.
System_Collections_Generic_List_T
,
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (1)
1296
.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),