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