6 references to CreateCSharpArray
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
4084
var arrayType = ArrayTypeSymbol.
CreateCSharpArray
(Compilation.Assembly, TypeWithAnnotations.Create(bestType), rank);
Compilation\CSharpCompilation.cs (1)
2375
return ArrayTypeSymbol.
CreateCSharpArray
(this.Assembly, TypeWithAnnotations.Create(elementType, elementNullableAnnotation), rank);
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (2)
117
_payloadType = ArrayTypeSymbol.
CreateCSharpArray
(methodBodyFactory.Compilation.Assembly, TypeWithAnnotations.Create(payloadElementType));
253
ArrayTypeSymbol.
CreateCSharpArray
(_methodBodyFactory.Compilation.Assembly, TypeWithAnnotations.Create(_payloadType));
Symbols\AssemblySymbol.cs (1)
767
return ArrayTypeSymbol.
CreateCSharpArray
(this, TypeWithAnnotations.Create(symbol), rank);
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
58
ArrayTypeSymbol.
CreateCSharpArray
(compilation.Assembly,