1 write to Negated
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
545Negated = negated;
3 references to Negated
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
203return !EvaluateNodeForInputValue(not.Negated, inputValue, ref useSiteInfo); 346if (_root is not NotNode { Negated: var negated }) 550return "!(" + Negated.ToString() + ")";