1 instantiation of IsFalseNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
459public static readonly IsFalseNode Instance = new IsFalseNode();
14 references to IsFalseNode
Microsoft.CodeAnalysis.CSharp (14)
Utilities\TypeUnionValueSet.cs (14)
73return new TypeUnionValueSet(typesInUnion, IsFalseNode.Instance, conversions); 116else if (_root == (object)IsFalseNode.Instance) 139else if (_root == (object)IsFalseNode.Instance) 174case IsFalseNode: 295return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 298if (_root == (object)IsFalseNode.Instance) 315if (_root == (object)IsFalseNode.Instance) 320if (other._root == (object)IsFalseNode.Instance) 342if (_root == (object)IsFalseNode.Instance) 347if (other._root == (object)IsFalseNode.Instance) 459public static readonly IsFalseNode Instance = new IsFalseNode(); 475Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 476Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 501Debug.Assert(negated is not (IsTrueNode or IsFalseNode));