7 references to SpecializedGenericMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\SubstitutedMethodSymbol.vb (4)
570
) As
SpecializedGenericMethod
692
Return obj Is Me OrElse EqualsWithNoRegardToTypeArguments(TryCast(obj,
SpecializedGenericMethod
))
791
Private ReadOnly _constructedFrom As
SpecializedGenericMethod
794
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