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