5 references to List
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
429
: SynthesizedReadOnlyListKind.
List
;
443
SynthesizedReadOnlyListKind.
List
=> CreateAndPopulateList(node, elementType, elements),
Symbols\Synthesized\GeneratedNames.cs (1)
480
SynthesizedReadOnlyListKind.
List
=> "<>z__ReadOnlyList",
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
206
if (kind == SynthesizedReadOnlyListKind.
List
)
280
SynthesizedReadOnlyListKind.
List
=> compilation.GetWellKnownType(WellKnownType.System_Collections_Generic_List_T).Construct(typeArgs),