1 write to _left
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (1)
74
_left
= new PartitionTree(thisAndOther);
5 references to _left
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (5)
71
if (
_left
is null)
80
_left
.Refine(solver, other);
96
if (node.
_left
is null && node._right is null)
102
Debug.Assert(node.
_left
is not null && node._right is not null);
103
stack.Push(node.
_left
);