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