Implemented interface member:
property
Empty
System.Text.RegularExpressions.Symbolic.ISolver<TSet>.Empty
1 write to Empty
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\BitVectorSolver.cs (1)
26
Empty
= BitVector.CreateFalse(minterms.Length);
3 references to Empty
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\BitVectorSolver.cs (3)
35
public bool IsEmpty(BitVector set) => set.Equals(
Empty
);
53
BitVector result =
Empty
;
77
if (!set.Equals(
Empty
))