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