15 references to UseOptionE
System (15)
regex\system\text\regularexpressions\RegexParser.cs (15)
519
cc.AddDigit(
UseOptionE
(), ch == 'D', _pattern);
528
cc.AddSpace(
UseOptionE
(), ch == 'S');
538
cc.AddWord(
UseOptionE
(), ch == 'W');
939
if (
UseOptionE
())
945
if (
UseOptionE
())
951
if (
UseOptionE
())
957
if (
UseOptionE
())
963
if (
UseOptionE
())
969
if (
UseOptionE
())
1048
if (
UseOptionE
()) {
1121
if (!angled &&
UseOptionE
()) {
1241
if (
UseOptionE
() && i >= 0x20)
1414
if (!
UseOptionE
() && RegexCharClass.IsWordChar(ch))
1454
return
UseOptionE
() ? RegexNode.ECMABoundary : RegexNode.Boundary;
1456
return
UseOptionE
() ? RegexNode.NonECMABoundary : RegexNode.Nonboundary;