2 references to IsLiteralZero
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.cs (2)
186if (IsLiteralZero(binaryOperation.LeftOperand)) 188else if (IsLiteralZero(binaryOperation.RightOperand))