3 references to EqualsWithNoRegardToTypeArguments
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SubstitutedMethodSymbol.vb (3)
534
Return obj Is Me OrElse
EqualsWithNoRegardToTypeArguments
(TryCast(obj, SpecializedNonGenericMethod))
688
Return obj Is Me OrElse
EqualsWithNoRegardToTypeArguments
(TryCast(obj, SpecializedGenericMethod))
755
If Not
EqualsWithNoRegardToTypeArguments
(other) Then