1 override of SampleMatches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
31
public override IEnumerable<string>
SampleMatches
(int k, int randomseed)
1 reference to SampleMatches
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.Debug.cs (1)
58
foreach (string input in srmFactory._matcher.
SampleMatches
(k - results.Count, randomseed + attempt))