1 instantiation of SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
231return new SynthesizedReadOnlyListTypeSymbol(containingModule, name, kind, hasReadOnlyInterfaces);
19 references to SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (19)
Emitter\Model\PEModuleBuilder.cs (1)
1956typeSymbol = SynthesizedReadOnlyListTypeSymbol.Create(SourceModule, typeName, kind);
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
426? numberIncludingLastSpread == 0 && elements.Length == 1 && SynthesizedReadOnlyListTypeSymbol.CanCreateSingleElement(_compilation)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListConstructor.cs (1)
12internal SynthesizedReadOnlyListConstructor(SynthesizedReadOnlyListTypeSymbol containingType, TypeSymbol parameterType, string parameterName) : base(containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (2)
19private readonly SynthesizedReadOnlyListTypeSymbol _containingType; 25public SynthesizedReadOnlyListEnumeratorTypeSymbol(SynthesizedReadOnlyListTypeSymbol containingType, SynthesizedReadOnlyListTypeParameterSymbol typeParameter)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeParameterSymbol.cs (2)
13private readonly SynthesizedReadOnlyListTypeSymbol _containingType; 15internal SynthesizedReadOnlyListTypeParameterSymbol(SynthesizedReadOnlyListTypeSymbol containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (12)
474var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType; 499var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType; 558var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType; 594var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType; 651var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType; 685var containingType = (SynthesizedReadOnlyListTypeSymbol)method.ContainingType;