1 instantiation of SpecializedGenericMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SubstitutedMethodSymbol.vb (1)
585Return New SpecializedGenericMethod(container, substitution, newTypeParameters)
7 references to SpecializedGenericMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\SubstitutedMethodSymbol.vb (4)
560) As SpecializedGenericMethod 682Return obj Is Me OrElse EqualsWithNoRegardToTypeArguments(TryCast(obj, SpecializedGenericMethod)) 781Private ReadOnly _constructedFrom As SpecializedGenericMethod 784Public Sub New(constructedFrom As SpecializedGenericMethod, substitution As TypeSubstitution, typeArguments As ImmutableArray(Of TypeSymbol))
Symbols\SubstitutedNamedType.vb (1)
307Return SubstitutedMethodSymbol.SpecializedGenericMethod.Create(Me, memberMethod)
Symbols\SubstitutedTypeParameterSymbol.vb (1)
68TypeOf container Is SubstitutedMethodSymbol.SpecializedGenericMethod OrElse
Symbols\TypeSymbolExtensions.vb (1)
986genericMethod As SubstitutedMethodSymbol.SpecializedGenericMethod