1 write to _right
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (1)
75_right = new PartitionTree(thisMinusOther);
6 references to _right
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\MintermGenerator.cs (6)
73Debug.Assert(_right is null); 79Debug.Assert(_right is not null); 81_right.Refine(solver, other); 96if (node._left is null && node._right is null) 102Debug.Assert(node._left is not null && node._right is not null); 104stack.Push(node._right);