2 writes to _anchors
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3134
_anchors
= code._anchors;
3421
_anchors
= code._anchors;
9 references to _anchors
System (9)
regex\system\text\regularexpressions\RegexCompiler.cs (9)
1097
if (0 != (
_anchors
& (RegexFCD.Beginning | RegexFCD.Start | RegexFCD.EndZ | RegexFCD.End))) {
1099
if (0 != (
_anchors
& RegexFCD.Beginning)) {
1112
if (0 != (
_anchors
& RegexFCD.Start)) {
1125
if (0 != (
_anchors
& RegexFCD.EndZ)) {
1140
if (0 != (
_anchors
& RegexFCD.End)) {
1152
if (0 != (
_anchors
& RegexFCD.End)) {
1165
if (0 != (
_anchors
& RegexFCD.EndZ)) {
1190
if (0 != (
_anchors
& RegexFCD.Start)) {
1203
if (0 != (
_anchors
& RegexFCD.Beginning)) {