1 write to _culture
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
42_culture = culture;
2 references to _culture
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
300Debug.Assert(_culture != null, "If the pattern has backreferences and is IgnoreCase, then _culture must not be null."); 301if (!RegexCaseEquivalences.TryFindCaseEquivalencesForCharWithIBehavior(backreferenceChar, _culture, ref _caseBehavior, out ReadOnlySpan<char> equivalences) ||