15 references to CreateVBArray
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (2)
120
_payloadType = ArrayTypeSymbol.
CreateVBArray
(payloadElementType, ImmutableArray(Of CustomModifier).Empty, 1, methodBodyFactory.Compilation.Assembly)
243
ArrayTypeSymbol.
CreateVBArray
(_payloadType, ImmutableArray(Of CustomModifier).Empty, 1, _methodBodyFactory.Compilation.Assembly)
Semantics\TypeInference\TypeArgumentInference.vb (1)
193
inferredType = ArrayTypeSymbol.
CreateVBArray
(arrayType.ElementType, Nothing, arrayType.Rank, arrayLiteral.Binder.Compilation.Assembly)
Symbols\ArrayTypeSymbol.vb (1)
26
Return
CreateVBArray
(elementType, customModifiers, rank, compilation.Assembly)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (11)
Attributes\AttributeTests.vb (11)
2176
Dim typeArg = ArrayTypeSymbol.
CreateVBArray
(classW, Nothing, 1, m.ContainingAssembly)
2181
typeArg = ArrayTypeSymbol.
CreateVBArray
(classW, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=2, declaringAssembly:=m.ContainingAssembly)
2186
typeArg = ArrayTypeSymbol.
CreateVBArray
(classW, Nothing, 1, m.ContainingAssembly)
2187
typeArg = ArrayTypeSymbol.
CreateVBArray
(typeArg, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=2, declaringAssembly:=m.ContainingAssembly)
2193
typeArg = ArrayTypeSymbol.
CreateVBArray
(classYOfW, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=2, declaringAssembly:=m.ContainingAssembly)
2194
typeArg = ArrayTypeSymbol.
CreateVBArray
(typeArg, Nothing, 1, m.ContainingAssembly)
2201
typeArg = ArrayTypeSymbol.
CreateVBArray
(substNestedF, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=3, declaringAssembly:=m.ContainingAssembly)
2202
typeArg = ArrayTypeSymbol.
CreateVBArray
(typeArg, Nothing, 1, m.ContainingAssembly)
2203
typeArg = ArrayTypeSymbol.
CreateVBArray
(typeArg, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=2, declaringAssembly:=m.ContainingAssembly)
2209
typeArg = ArrayTypeSymbol.
CreateVBArray
(substNestedZ, Nothing, 1, m.ContainingAssembly)
2210
typeArg = ArrayTypeSymbol.
CreateVBArray
(typeArg, CType(Nothing, ImmutableArray(Of CustomModifier)), rank:=2, declaringAssembly:=m.ContainingAssembly)