5 references to TryFindRawFixedSets
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (5)
519TryFindRawFixedSets(root, results, ref distance, thorough); 684return TryFindRawFixedSets(node.Child(0), results, ref distance, thorough); 693TryFindRawFixedSets(node.Child(0), results, ref distance, thorough); 701if (!TryFindRawFixedSets(node.Child(i), results, ref distance, thorough)) 721allSameSize &= TryFindRawFixedSets(node.Child(i), localResults, ref localDistance, thorough);