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