5 instantiations of 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)
16 references to CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\DocumentationCommentCrefBinder.vb (11)
27Private Function GetOrCreateTypeParametersAwareBinder(typeParameters As Dictionary(Of String, CrefTypeParameterSymbol)) As Binder 90Dim typeParameters As New Dictionary(Of String, CrefTypeParameterSymbol)(CaseInsensitiveComparison.Comparer) 241Dim typeParameters As New Dictionary(Of String, CrefTypeParameterSymbol)(IdentifierComparison.Comparer) 375CollectCrefNameSymbolsStrict(name, argCount, New Dictionary(Of String, CrefTypeParameterSymbol)(IdentifierComparison.Comparer), symbols, preserveAliases, useSiteInfo) 449typeParameters As Dictionary(Of String, CrefTypeParameterSymbol), 481typeParameters As Dictionary(Of String, CrefTypeParameterSymbol), 521typeParameters As Dictionary(Of String, CrefTypeParameterSymbol), 564typeParameters As Dictionary(Of String, CrefTypeParameterSymbol), 643typeParameters As Dictionary(Of String, CrefTypeParameterSymbol), 822typeParameters As Dictionary(Of String, CrefTypeParameterSymbol)) 829Dim created As CrefTypeParameterSymbol = Nothing
Binding\DocumentationCommentCrefBinder_TypeParameters.vb (3)
18Friend ReadOnly _typeParameters As Dictionary(Of String, CrefTypeParameterSymbol) 20Public Sub New(containingBinder As Binder, typeParameters As Dictionary(Of String, CrefTypeParameterSymbol)) 33Dim typeParameter As CrefTypeParameterSymbol = Nothing
Symbols\Source\CrefTypeParameterSymbol.vb (2)
117Return Equals(TryCast(other, CrefTypeParameterSymbol)) 120Public Overloads Function Equals(other As CrefTypeParameterSymbol) As Boolean