2 references to SetValueForNullCompare
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (2)
367
if (
SetValueForNullCompare
(leftOperand, rightOperand, equals, ref predicateValueKind, targetAnalysisData))
373
SetValueForNullCompare
(rightOperand, leftOperand, equals, ref predicateValueKind, targetAnalysisData);