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