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