5 references to CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\DocumentationCommentCrefBinder.vb (5)
289typeParameters(typeParameterName) = New CrefTypeParameterSymbol(i, typeParameterName, identifier) 314Return ImmutableArray.Create(Of Symbol)(New CrefTypeParameterSymbol(ordinal, identifier.Identifier.ValueText, identifier)) 318Return ImmutableArray.Create(Of Symbol)(New CrefTypeParameterSymbol(ordinal, StringConstants.NamedSymbolErrorName, name)) 834created = New CrefTypeParameterSymbol(i, identifier.Identifier.ValueText, identifier) 839created = New CrefTypeParameterSymbol(i, StringConstants.NamedSymbolErrorName, typeSyntax)