1 write to _anchors
System (1)
regex\system\text\regularexpressions\RegexCode.cs (1)
132
_anchors
= anchors;
3 references to _anchors
System (3)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3134
_anchors = code.
_anchors
;
3421
_anchors = code.
_anchors
;
regex\system\text\regularexpressions\RegexInterpreter.cs (1)
42
runanchors = code.
_anchors
;