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)
1097if (0 != (_anchors & (RegexFCD.Beginning | RegexFCD.Start | RegexFCD.EndZ | RegexFCD.End))) { 1099if (0 != (_anchors & RegexFCD.Beginning)) { 1112if (0 != (_anchors & RegexFCD.Start)) { 1125if (0 != (_anchors & RegexFCD.EndZ)) { 1140if (0 != (_anchors & RegexFCD.End)) { 1152if (0 != (_anchors & RegexFCD.End)) { 1165if (0 != (_anchors & RegexFCD.EndZ)) { 1190if (0 != (_anchors & RegexFCD.Start)) { 1203if (0 != (_anchors & RegexFCD.Beginning)) {