3 instantiations of SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SubstitutedMethodSymbol.vb (1)
572alphaRenamedTypeParameters(i) = New SubstitutedTypeParameterSymbol(typeParametersDefinitions(i))
Symbols\SubstitutedNamedType.vb (1)
674alphaRenamedTypeParameters(i) = New SubstitutedTypeParameterSymbol(typeParametersDefinitions(i))
Symbols\UnboundGenericType.vb (1)
559alphaRenamedTypeParameters(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)
569Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {} 591typeParameters As ImmutableArray(Of SubstitutedTypeParameterSymbol)
Symbols\SubstitutedNamedType.vb (2)
671Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {} 693typeParameters 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)
556Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {}