1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8404
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
6 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (1)
426
output = MakeConvertToType(input: input, syntax: typePattern.Syntax, type: type, isExplicitTest: typePattern.
IsExplicitNotNullTest
, tests: tests);
FlowAnalysis\NullableWalker_Patterns.cs (1)
183
if (tp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8415
if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12135
return node.Update(declaredType, node.
IsExplicitNotNullTest
, inputType, narrowedType);
14802
return node.Update(declaredType, node.
IsExplicitNotNullTest
, inputType, narrowedType);
17010
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),