1 write to _flags
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
258
_flags
= flags;
2 references to _flags
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
1074
if (n.
_flags
!= 0) {
1078
_regexopcode = _codes[n._codepos] | n.
_flags
;