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