1 instantiation of IsTrueNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
511
public static readonly IsTrueNode Instance = new
IsTrueNode
();
15 references to IsTrueNode
Microsoft.CodeAnalysis.CSharp (15)
Utilities\TypeUnionValueSet.cs (15)
77
return new TypeUnionValueSet(typesInUnion,
IsTrueNode
.Instance, conversions);
126
if (_root == (object)
IsTrueNode
.Instance)
149
if (_root == (object)
IsTrueNode
.Instance)
207
case
IsTrueNode
:
359
if (_root == (object)
IsTrueNode
.Instance)
366
return new TypeUnionValueSet(_typesInUnion,
IsTrueNode
.Instance, _conversions);
391
if (_root == (object)
IsTrueNode
.Instance)
396
if (other._root == (object)
IsTrueNode
.Instance)
418
if (_root == (object)
IsTrueNode
.Instance)
423
if (other._root == (object)
IsTrueNode
.Instance)
466
if (_root == (object)
IsTrueNode
.Instance)
511
public static readonly
IsTrueNode
Instance = new IsTrueNode();
541
Debug.Assert(left is not (
IsTrueNode
or IsFalseNode));
542
Debug.Assert(right is not (
IsTrueNode
or IsFalseNode));
567
Debug.Assert(negated is not (
IsTrueNode
or IsFalseNode));