3 instantiations of SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SubstitutedMethodSymbol.vb (1)
578
alphaRenamedTypeParameters(i) = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions(i))
Symbols\SubstitutedNamedType.vb (1)
684
alphaRenamedTypeParameters(i) = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions(i))
Symbols\UnboundGenericType.vb (1)
569
alphaRenamedTypeParameters(i) = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions(i))
9 references to SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\SubstitutableTypeParameterSymbol.vb (2)
9
''' which results in <see cref="
SubstitutedTypeParameterSymbol
"/>.
35
Debug.Assert(TypeOf other Is
SubstitutedTypeParameterSymbol
)
Symbols\SubstitutedMethodSymbol.vb (2)
575
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}
597
typeParameters As ImmutableArray(Of
SubstitutedTypeParameterSymbol
)
Symbols\SubstitutedNamedType.vb (2)
681
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}
703
typeParameters As ImmutableArray(Of
SubstitutedTypeParameterSymbol
)
Symbols\TypeSubstitution.vb (2)
585
alphaRenamedTypeParameters As ImmutableArray(Of
SubstitutedTypeParameterSymbol
)
609
Debug.Assert(Not TypeOf typeParametersDefinitions(i) Is
SubstitutedTypeParameterSymbol
)
Symbols\UnboundGenericType.vb (1)
566
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}