1 instantiation of IsFalseNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
525public static readonly IsFalseNode Instance = new IsFalseNode();
14 references to IsFalseNode
Microsoft.CodeAnalysis.CSharp (14)
Utilities\TypeUnionValueSet.cs (14)
88return new TypeUnionValueSet(typesInUnion, IsFalseNode.Instance, conversions); 130else if (_root == (object)IsFalseNode.Instance) 153else if (_root == (object)IsFalseNode.Instance) 209case IsFalseNode: 361return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 364if (_root == (object)IsFalseNode.Instance) 381if (_root == (object)IsFalseNode.Instance) 386if (other._root == (object)IsFalseNode.Instance) 408if (_root == (object)IsFalseNode.Instance) 413if (other._root == (object)IsFalseNode.Instance) 525public static readonly IsFalseNode Instance = new IsFalseNode(); 541Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 542Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 567Debug.Assert(negated is not (IsTrueNode or IsFalseNode));