3 instantiations of SubstitutedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SubstitutedMethodSymbol.vb (1)
578alphaRenamedTypeParameters(i) = New SubstitutedTypeParameterSymbol(typeParametersDefinitions(i))
Symbols\SubstitutedNamedType.vb (1)
684alphaRenamedTypeParameters(i) = New SubstitutedTypeParameterSymbol(typeParametersDefinitions(i))
Symbols\UnboundGenericType.vb (1)
569alphaRenamedTypeParameters(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)
575Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {} 597typeParameters As ImmutableArray(Of SubstitutedTypeParameterSymbol)
Symbols\SubstitutedNamedType.vb (2)
681Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {} 703typeParameters 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)
566Dim alphaRenamedTypeParameters = New SubstitutedTypeParameterSymbol(typeParametersDefinitions.Length - 1) {}