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