2 writes to _options
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
48_options = options;
System\Text\RegularExpressions\RegexLWCGCompiler.cs (1)
43_options = options;
1 reference to _options
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexCompiler.cs (1)
394bool rtl = (_options & RegexOptions.RightToLeft) != 0;