5 instantiations of CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\DocumentationCommentCrefBinder.vb (5)
289
typeParameters(typeParameterName) = New
CrefTypeParameterSymbol
(i, typeParameterName, identifier)
314
Return ImmutableArray.Create(Of Symbol)(New
CrefTypeParameterSymbol
(ordinal, identifier.Identifier.ValueText, identifier))
318
Return ImmutableArray.Create(Of Symbol)(New
CrefTypeParameterSymbol
(ordinal, StringConstants.NamedSymbolErrorName, name))
834
created = New
CrefTypeParameterSymbol
(i, identifier.Identifier.ValueText, identifier)
839
created = New
CrefTypeParameterSymbol
(i, StringConstants.NamedSymbolErrorName, typeSyntax)
16 references to CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\DocumentationCommentCrefBinder.vb (11)
27
Private Function GetOrCreateTypeParametersAwareBinder(typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
)) As Binder
90
Dim typeParameters As New Dictionary(Of String,
CrefTypeParameterSymbol
)(CaseInsensitiveComparison.Comparer)
241
Dim typeParameters As New Dictionary(Of String,
CrefTypeParameterSymbol
)(IdentifierComparison.Comparer)
375
CollectCrefNameSymbolsStrict(name, argCount, New Dictionary(Of String,
CrefTypeParameterSymbol
)(IdentifierComparison.Comparer), symbols, preserveAliases, useSiteInfo)
449
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
),
481
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
),
521
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
),
564
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
),
643
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
),
822
typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
))
829
Dim created As
CrefTypeParameterSymbol
= Nothing
Binding\DocumentationCommentCrefBinder_TypeParameters.vb (3)
18
Friend ReadOnly _typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
)
20
Public Sub New(containingBinder As Binder, typeParameters As Dictionary(Of String,
CrefTypeParameterSymbol
))
33
Dim typeParameter As
CrefTypeParameterSymbol
= Nothing
Symbols\Source\CrefTypeParameterSymbol.vb (2)
117
Return Equals(TryCast(other,
CrefTypeParameterSymbol
))
120
Public Overloads Function Equals(other As
CrefTypeParameterSymbol
) As Boolean