2 writes to _fcPrefix
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3132
_fcPrefix
= code._fcPrefix;
3419
_fcPrefix
= code._fcPrefix;
6 references to _fcPrefix
System (6)
regex\system\text\regularexpressions\RegexCompiler.cs (6)
1388
else if (
_fcPrefix
== null) {
1431
if (
_fcPrefix
.CaseInsensitive)
1434
if (!RegexCharClass.IsSingleton(
_fcPrefix
.Prefix)) {
1435
Ldstr(
_fcPrefix
.Prefix);
1441
Ldc(RegexCharClass.SingletonChar(
_fcPrefix
.Prefix));
1449
if (!RegexCharClass.IsSingleton(
_fcPrefix
.Prefix))