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