1 write to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5326
this.
IsExplicitTest
= isExplicitTest;
12 references to IsExplicitTest
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (5)
1387
if (foundExplicitNullTest && d is BoundDagNonNullTest {
IsExplicitTest
: false } t)
1961
if (n2.
IsExplicitTest
)
1978
if (n2.
IsExplicitTest
)
2000
if (n2.
IsExplicitTest
)
2043
if (n2.
IsExplicitTest
)
BoundTree\BoundDagTest.cs (3)
34
return x.
IsExplicitTest
== y.
IsExplicitTest
;
157
return Update(
IsExplicitTest
, input);
FlowAnalysis\NullableWalker_Patterns.cs (1)
559
if (t.
IsExplicitTest
)
Generated\BoundNodes.xml.Generated.cs (3)
5336
if (isExplicitTest != this.
IsExplicitTest
|| input != this.Input)
11998
return node.Update(node.
IsExplicitTest
, input);
16681
new TreeDumperNode("isExplicitTest", node.
IsExplicitTest
, null),