8 instantiations of AliasInfo
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (8)
DocumentationComments\DocCommentTests.vb (8)
11166New AliasInfo("aNamespace", "System.Collections.Generic")) 11250New AliasInfo("aType", "System.Collections.Generic.List(Of Integer)")) 11299New AliasInfo("aNamespace", "System.Collections.Generic"), 11300New AliasInfo("T", Nothing)) 11349New AliasInfo("aType", "System.Collections.Generic.List(Of Integer)"), 11350New AliasInfo("ToString", Nothing)) 11399New AliasInfo("aType", "System.Collections.Generic.List(Of Integer)"), 11400New AliasInfo("ToString", Nothing))
1 reference to AliasInfo
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
DocumentationComments\DocCommentTests.vb (1)
11889Private Sub CheckAllAliases(model As SemanticModel, cref As CrefReferenceSyntax, ParamArray expected As AliasInfo())