1 write to roptions
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.cs (1)
123roptions = options;
6 references to roptions
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Match.cs (1)
122RegexReplacement repl = RegexReplacement.GetOrCreate(regex.RegexReplacementWeakReference, replacement, regex.caps!, regex.capsize, regex.capnames!, regex.roptions);
System\Text\RegularExpressions\Regex.cs (3)
301public RegexOptions Options => roptions; 306public bool RightToLeft => (roptions & RegexOptions.RightToLeft) != 0; 655protected bool UseOptionC() => (roptions & RegexOptions.Compiled) != 0;
System\Text\RegularExpressions\Regex.Replace.cs (1)
84RegexReplacement.GetOrCreate(RegexReplacementWeakReference, replacement, caps!, capsize, capnames!, roptions).
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
119Stfld(RegexField(nameof(Regex.roptions)));