1 write to LeadingStrings
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
181
LeadingStrings
= SearchValues.Create(LeadingPrefixes, StringComparison.OrdinalIgnoreCase);
2 references to LeadingStrings
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
725
Debug.Assert(
LeadingStrings
is not null);
727
int i = textSpan.Slice(pos).IndexOfAny(
LeadingStrings
);