1 instantiation of IsTrueNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
445public static readonly IsTrueNode Instance = new IsTrueNode();
15 references to IsTrueNode
Microsoft.CodeAnalysis.CSharp (15)
Utilities\TypeUnionValueSet.cs (15)
62return new TypeUnionValueSet(typesInUnion, IsTrueNode.Instance, conversions); 112if (_root == (object)IsTrueNode.Instance) 135if (_root == (object)IsTrueNode.Instance) 172case IsTrueNode: 293if (_root == (object)IsTrueNode.Instance) 300return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 325if (_root == (object)IsTrueNode.Instance) 330if (other._root == (object)IsTrueNode.Instance) 352if (_root == (object)IsTrueNode.Instance) 357if (other._root == (object)IsTrueNode.Instance) 400if (_root == (object)IsTrueNode.Instance) 445public static readonly IsTrueNode Instance = new IsTrueNode(); 475Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 476Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 501Debug.Assert(negated is not (IsTrueNode or IsFalseNode));