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