1 instantiation of CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\DocumentationCommentCrefBinder.vb (1)
318
Return ImmutableArray.Create(Of Symbol)(New
CrefTypeParameterSymbol
(ordinal, StringConstants.NamedSymbolErrorName, name))
16 references to CrefTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (16)
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
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
Symbols\Source\CrefTypeParameterSymbol.vb (2)
129
Return Equals(TryCast(other,
CrefTypeParameterSymbol
))
132
Public Overloads Function Equals(other As
CrefTypeParameterSymbol
) As Boolean