1 write to Negated
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8499this.Negated = negated;
14 references to Negated
Microsoft.CodeAnalysis.CSharp (14)
Binder\DecisionDagBuilder.cs (1)
638var tests = MakeTestsAndBindings(input, neg.Negated, bindings);
BoundTree\BoundNegatedPattern.cs (1)
14Debug.Assert(Negated.InputType.Equals(InputType, TypeCompareKind.AllIgnoreOptions));
BoundTree\BoundPattern.cs (1)
21innerPattern = negatedPattern.Negated;
FlowAnalysis\AbstractFlowPass.cs (2)
996return !patternMatchesNull(negated.Negated); 1037return !isBoolTest(negated.Negated);
FlowAnalysis\DefiniteAssignment.cs (1)
2081assignPatternVariablesAndMarkReadFields(pat.Negated, definitely: false);
FlowAnalysis\NullableWalker_Patterns.cs (2)
108Visit(node.Negated); 221LearnFromAnyNullPatterns(inputSlot, inputType, p.Negated);
Generated\BoundNodes.xml.Generated.cs (5)
8513if (negated != this.Negated || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 10783this.Visit(node.Negated); 12184BoundPattern negated = (BoundPattern)this.Visit(node.Negated); 14855BoundPattern negated = (BoundPattern)this.Visit(node.Negated); 17065new TreeDumperNode("negated", null, new TreeDumperNode[] { Visit(node.Negated, null) }),
Operations\CSharpOperationFactory.cs (1)
2635(IPatternOperation)Create(boundNegatedPattern.Negated),