2 references to SetValueForNullCompare
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\66dd3055a1c91c38\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (2)
370
if (
SetValueForNullCompare
(leftOperand, rightOperand, equals, ref predicateValueKind, targetAnalysisData))
376
SetValueForNullCompare
(rightOperand, leftOperand, equals, ref predicateValueKind, targetAnalysisData);