2 references to ApplyArrayRankSpecifiersToType
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Symbols.vb (1)
819Return SingleLookupResult.Good(binder.ApplyArrayRankSpecifiersToType(elementType, arrayTypeSyntax.RankSpecifiers, diagBag))
Binding\Binder_Utils.vb (1)
358currentType = ApplyArrayRankSpecifiersToType(elementType, arrayModifierSyntax, diagnostics)