15 references to CreateArrayTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
336
Dim arrayOfObjectsType As TypeSymbol = Me.AnonymousType.Manager.Compilation.
CreateArrayTypeSymbol
(objectType)
Compilation\VisualBasicCompilation.vb (1)
2825
Return
CreateArrayTypeSymbol
(elementType.EnsureVbSymbolOrNothing(Of TypeSymbol)(NameOf(elementType)), rank)
Lowering\SyntheticBoundNodeFactory.vb (2)
1002
Dim arrayType = Me.Compilation.
CreateArrayTypeSymbol
(elementType)
1009
Dim arrayType = Me.Compilation.
CreateArrayTypeSymbol
(elementType)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
25
Dim submissionArrayType = compilation.
CreateArrayTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Object))
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (2)
33
Dim submissionArrayType = compilation.
CreateArrayTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Object))
65
Dim submissionArrayType = compilation.
CreateArrayTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Object))
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Emit\EditAndContinue\SymbolMatcherTests.vb (2)
227
Dim member = compilation1.
CreateArrayTypeSymbol
(elementType)
259
Dim member = compilation1.
CreateArrayTypeSymbol
(elementType)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Semantics\Conversions.vb (1)
1472
Dim arrayInt32 = c1.
CreateArrayTypeSymbol
(c1.GetSpecialType(System_Int32))
Semantics\OverloadResolution.vb (2)
199
Dim intArray As BoundExpression = New BoundRValuePlaceholder(_syntaxNode, c1.
CreateArrayTypeSymbol
(intZero.Type))
207
Dim objectArray As BoundExpression = New BoundRValuePlaceholder(_syntaxNode, c1.
CreateArrayTypeSymbol
(objectVal.Type))
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Source\TypeTests.vb (1)
422
Assert.Throws(Of ArgumentNullException)(Sub() compilation.
CreateArrayTypeSymbol
(Nothing))
SymbolsTests\TypedConstantTests.vb (1)
29
_arrayType = _compilation.
CreateArrayTypeSymbol
(_compilation.GetSpecialType(SpecialType.System_Object))
SymbolsTests\UnboundGenericType.vb (1)
83
Assert.False(IsUnboundGenericType(compilation.
CreateArrayTypeSymbol
(c1)))