1 instantiation of IsTrueNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
488public static readonly IsTrueNode Instance = new IsTrueNode();
15 references to IsTrueNode
Microsoft.CodeAnalysis.CSharp (15)
Utilities\TypeUnionValueSet.cs (15)
76return new TypeUnionValueSet(typesInUnion, IsTrueNode.Instance, conversions); 125if (_root == (object)IsTrueNode.Instance) 148if (_root == (object)IsTrueNode.Instance) 185case IsTrueNode: 336if (_root == (object)IsTrueNode.Instance) 343return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 368if (_root == (object)IsTrueNode.Instance) 373if (other._root == (object)IsTrueNode.Instance) 395if (_root == (object)IsTrueNode.Instance) 400if (other._root == (object)IsTrueNode.Instance) 443if (_root == (object)IsTrueNode.Instance) 488public static readonly IsTrueNode Instance = new IsTrueNode(); 518Debug.Assert(left is not (IsTrueNode or IsFalseNode)); 519Debug.Assert(right is not (IsTrueNode or IsFalseNode)); 544Debug.Assert(negated is not (IsTrueNode or IsFalseNode));