1 instantiation of SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
231
return new
SynthesizedReadOnlyListTypeSymbol
(containingModule, name, kind, hasReadOnlyInterfaces);
19 references to SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (19)
Emitter\Model\PEModuleBuilder.cs (1)
1956
typeSymbol =
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)
12
internal SynthesizedReadOnlyListConstructor(
SynthesizedReadOnlyListTypeSymbol
containingType, TypeSymbol parameterType, string parameterName) : base(containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListEnumeratorTypeSymbol.cs (2)
19
private readonly
SynthesizedReadOnlyListTypeSymbol
_containingType;
25
public SynthesizedReadOnlyListEnumeratorTypeSymbol(
SynthesizedReadOnlyListTypeSymbol
containingType, SynthesizedReadOnlyListTypeParameterSymbol typeParameter)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeParameterSymbol.cs (2)
13
private readonly
SynthesizedReadOnlyListTypeSymbol
_containingType;
15
internal SynthesizedReadOnlyListTypeParameterSymbol(
SynthesizedReadOnlyListTypeSymbol
containingType)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (12)
474
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
499
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
558
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
594
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
651
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
685
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;