1 instantiation of IsTrueNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
511public 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: 359if (_root == (object)IsTrueNode.Instance) 366return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 391if (_root == (object)IsTrueNode.Instance) 396if (other._root == (object)IsTrueNode.Instance) 418if (_root == (object)IsTrueNode.Instance) 423if (other._root == (object)IsTrueNode.Instance) 466if (_root == (object)IsTrueNode.Instance) 511public static readonly IsTrueNode Instance = new IsTrueNode(); 541Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 542Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 567Debug.Assert(negated is not (IsTrueNode or IsFalseNode));