1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5326this.IsExplicitTest = isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
1412if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1986if (n2.IsExplicitTest) 2015if (n2.IsExplicitTest) 2037if (n2.IsExplicitTest) 2080if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (3)
34return x.IsExplicitTest == y.IsExplicitTest; 157return Update(IsExplicitTest, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
561if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5336if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11996return node.Update(node.IsExplicitTest, input); 16679new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),