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