1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8404this.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)
8415if (declaredType != this.DeclaredType || isExplicitNotNullTest != this.IsExplicitNotNullTest || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12135return node.Update(declaredType, node.IsExplicitNotNullTest, inputType, narrowedType); 14802return node.Update(declaredType, node.IsExplicitNotNullTest, inputType, narrowedType); 17010new TreeDumperNode("isExplicitNotNullTest", node.IsExplicitNotNullTest, null),