1 instantiation of SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
232
return new
SynthesizedReadOnlyListTypeSymbol
(containingModule, name, kind, hasReadOnlyInterfaces);
19 references to SynthesizedReadOnlyListTypeSymbol
Microsoft.CodeAnalysis.CSharp (19)
Emitter\Model\PEModuleBuilder.cs (1)
2154
typeSymbol =
SynthesizedReadOnlyListTypeSymbol
.Create(SourceModule, typeName, kind);
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
564
? 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)
481
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
513
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
580
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
623
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
692
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;
726
var
containingType = (
SynthesizedReadOnlyListTypeSymbol
)method.ContainingType;