3 instantiations of SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SubstitutedMethodSymbol.vb (1)
582
alphaRenamedTypeParameters(i) = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions(i))
Symbols\SubstitutedNamedType.vb (1)
690
alphaRenamedTypeParameters(i) = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions(i))
Symbols\UnboundGenericType.vb (1)
575
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)
579
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}
601
typeParameters As ImmutableArray(Of
SubstitutedTypeParameterSymbol
)
Symbols\SubstitutedNamedType.vb (2)
687
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}
709
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)
572
Dim alphaRenamedTypeParameters = New
SubstitutedTypeParameterSymbol
(typeParametersDefinitions.Length - 1) {}