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