2 overrides of CommonCreateArrayTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
4009
protected override IArrayTypeSymbol
CommonCreateArrayTypeSymbol
(ITypeSymbol elementType, int rank, CodeAnalysis.NullableAnnotation elementNullableAnnotation)
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2851
Protected Overrides Function
CommonCreateArrayTypeSymbol
(elementType As ITypeSymbol, rank As Integer, elementNullableAnnotation As NullableAnnotation) As IArrayTypeSymbol
1 reference to CommonCreateArrayTypeSymbol
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
1086
return
CommonCreateArrayTypeSymbol
(elementType, rank, elementNullableAnnotation);