1 write to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8146
this.
IsExplicitNotNullTest
= isExplicitNotNullTest;
6 references to IsExplicitNotNullTest
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (1)
525
output = input = MakeConvertToType(input, recursive.Syntax, inputType, isExplicitTest: recursive.
IsExplicitNotNullTest
, tests);
FlowAnalysis\NullableWalker_Patterns.cs (1)
190
if (rp.
IsExplicitNotNullTest
)
Generated\BoundNodes.xml.Generated.cs (4)
8160
if (declaredType != this.DeclaredType || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(deconstructMethod, this.DeconstructMethod) || deconstruction != this.Deconstruction || properties != this.Properties || isExplicitNotNullTest != this.
IsExplicitNotNullTest
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(variable, this.Variable) || variableAccess != this.VariableAccess || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
12082
return node.Update(declaredType, node.DeconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, node.Variable, variableAccess, inputType, narrowedType);
14745
return node.Update(declaredType, deconstructMethod, deconstruction, properties, node.
IsExplicitNotNullTest
, variable, variableAccess, inputType, narrowedType);
16940
new TreeDumperNode("isExplicitNotNullTest", node.
IsExplicitNotNullTest
, null),