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)
42runanchors = code._anchors;