src\libraries\System.Text.RegularExpressions\src\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);