7 references to CreateArrayTypeSymbol
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
4321
this.Compilation.
CreateArrayTypeSymbol
(GetSpecialType(SpecialType.System_Object, diagnostics, node)),
Compilation\CSharpCompilation.cs (1)
4011
return
CreateArrayTypeSymbol
(elementType.EnsureCSharpSymbolOrNull(nameof(elementType)), rank, elementNullableAnnotation.ToInternalAnnotation()).GetPublicSymbol();
Lowering\SyntheticBoundNodeFactory.cs (3)
297
return Compilation.
CreateArrayTypeSymbol
(WellKnownType(elementType));
1552
Compilation.
CreateArrayTypeSymbol
(elementType));
1561
Compilation.
CreateArrayTypeSymbol
(elementType))
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
278
SynthesizedReadOnlyListKind.Array => compilation.
CreateArrayTypeSymbol
(elementType: typeParameter),
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
34
var submissionArrayType = compilation.
CreateArrayTypeSymbol
(systemObject);