1 instantiation of IsTrueNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
530public static readonly IsTrueNode Instance = new IsTrueNode();
15 references to IsTrueNode
Microsoft.CodeAnalysis.CSharp (15)
Utilities\TypeUnionValueSet.cs (15)
77return new TypeUnionValueSet(typesInUnion, IsTrueNode.Instance, conversions); 126if (_root == (object)IsTrueNode.Instance) 149if (_root == (object)IsTrueNode.Instance) 207case IsTrueNode: 378if (_root == (object)IsTrueNode.Instance) 385return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 410if (_root == (object)IsTrueNode.Instance) 415if (other._root == (object)IsTrueNode.Instance) 437if (_root == (object)IsTrueNode.Instance) 442if (other._root == (object)IsTrueNode.Instance) 485if (_root == (object)IsTrueNode.Instance) 530public static readonly IsTrueNode Instance = new IsTrueNode(); 560Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 561Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 586Debug.Assert(negated is not (IsTrueNode or IsFalseNode));