1 instantiation of IsFalseNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
544public 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: 380return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 383if (_root == (object)IsFalseNode.Instance) 400if (_root == (object)IsFalseNode.Instance) 405if (other._root == (object)IsFalseNode.Instance) 427if (_root == (object)IsFalseNode.Instance) 432if (other._root == (object)IsFalseNode.Instance) 544public static readonly IsFalseNode Instance = new IsFalseNode(); 560Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 561Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 586Debug.Assert(negated is not (IsTrueNode or IsFalseNode));