1 instantiation of IsFalseNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
502public static readonly IsFalseNode Instance = new IsFalseNode();
14 references to IsFalseNode
Microsoft.CodeAnalysis.CSharp (14)
Utilities\TypeUnionValueSet.cs (14)
87return new TypeUnionValueSet(typesInUnion, IsFalseNode.Instance, conversions); 129else if (_root == (object)IsFalseNode.Instance) 152else if (_root == (object)IsFalseNode.Instance) 187case IsFalseNode: 338return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 341if (_root == (object)IsFalseNode.Instance) 358if (_root == (object)IsFalseNode.Instance) 363if (other._root == (object)IsFalseNode.Instance) 385if (_root == (object)IsFalseNode.Instance) 390if (other._root == (object)IsFalseNode.Instance) 502public static readonly IsFalseNode Instance = new IsFalseNode(); 518Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 519Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 544Debug.Assert(negated is not (IsTrueNode or IsFalseNode));