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