2 references to ConvertedHasEqual
Microsoft.CodeAnalysis.CSharp (2)
Lowering\DiagnosticsPass_Warnings.cs (2)
330
if (node.Left.Type.SpecialType == SpecialType.System_Object && !IsExplicitCast(node.Left) && !(node.Left.ConstantValueOpt != null && node.Left.ConstantValueOpt.IsNull) &&
ConvertedHasEqual
(node.OperatorKind, node.Right, out t))
335
else if (node.Right.Type.SpecialType == SpecialType.System_Object && !IsExplicitCast(node.Right) && !(node.Right.ConstantValueOpt != null && node.Right.ConstantValueOpt.IsNull) &&
ConvertedHasEqual
(node.OperatorKind, node.Left, out t))