3 references to IsNotNullWhenFalse
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (3)
1622
if (
IsNotNullWhenFalse
(binaryPattern))
1798
return
IsNotNullWhenFalse
(binaryOrOperation.LeftPattern) ||
IsNotNullWhenFalse
(binaryOrOperation.RightPattern);