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