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)
300
Debug.Assert(
_culture
!= null, "If the pattern has backreferences and is IgnoreCase, then _culture must not be null.");
301
if (!RegexCaseEquivalences.TryFindCaseEquivalencesForCharWithIBehavior(backreferenceChar,
_culture
, ref _caseBehavior, out ReadOnlySpan<char> equivalences) ||