1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5264this.IsExplicitTest = isExplicitTest;
11 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (11)
Binder\DecisionDagBuilder.cs (5)
955if (foundExplicitNullTest && d is BoundDagNonNullTest { IsExplicitTest: false } t) 1276if (n2.IsExplicitTest) 1293if (n2.IsExplicitTest) 1338if (n2.IsExplicitTest) 1379if (n2.IsExplicitTest)
BoundTree\BoundDagTest.cs (2)
32return x.IsExplicitTest == y.IsExplicitTest;
FlowAnalysis\NullableWalker_Patterns.cs (1)
612if (t.IsExplicitTest)
Generated\BoundNodes.xml.Generated.cs (3)
5274if (isExplicitTest != this.IsExplicitTest || input != this.Input) 11584return node.Update(node.IsExplicitTest, input); 16155new TreeDumperNode("isExplicitTest", node.IsExplicitTest, null),