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)
71if (_left is null) 80_left.Refine(solver, other); 96if (node._left is null && node._right is null) 102Debug.Assert(node._left is not null && node._right is not null); 103stack.Push(node._left);