1 write to Negated
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8468this.Negated = negated;
13 references to Negated
Microsoft.CodeAnalysis.CSharp (13)
Binder\DecisionDagBuilder.cs (1)
638var tests = MakeTestsAndBindings(input, neg.Negated, bindings);
BoundTree\BoundPattern.cs (1)
21innerPattern = negatedPattern.Negated;
FlowAnalysis\AbstractFlowPass.cs (2)
997return !patternMatchesNull(negated.Negated); 1028return !isBoolTest(negated.Negated);
FlowAnalysis\DefiniteAssignment.cs (1)
2061assignPatternVariablesAndMarkReadFields(pat.Negated, definitely: false);
FlowAnalysis\NullableWalker_Patterns.cs (2)
108Visit(node.Negated); 199LearnFromAnyNullPatterns(inputSlot, inputType, p.Negated);
Generated\BoundNodes.xml.Generated.cs (5)
8478if (negated != this.Negated || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 10744this.Visit(node.Negated); 12145BoundPattern negated = (BoundPattern)this.Visit(node.Negated); 14816BoundPattern negated = (BoundPattern)this.Visit(node.Negated); 17025new TreeDumperNode("negated", null, new TreeDumperNode[] { Visit(node.Negated, null) }),
Operations\CSharpOperationFactory.cs (1)
2600(IPatternOperation)Create(boundNegatedPattern.Negated),