20 references to One
System (20)
regex\system\text\regularexpressions\RegexFCD.cs (2)
94case RegexNode.One: 438case RegexNode.One:
regex\system\text\regularexpressions\RegexNode.cs (10)
175_type += (type - One); 322_type += (One - Set); 379else if (at._type == Set || at._type == One) { 406if (prev._type == RegexNode.One) { 414if (at._type == RegexNode.One) { 484at._type == RegexNode.One) { 496if (prev._type == RegexNode.One) { 502if (at._type == RegexNode.One) 508if (at._type == RegexNode.One) 539case RegexNode.One:
regex\system\text\regularexpressions\RegexParser.cs (6)
1092return new RegexNode(RegexNode.One, _options, ch); 1100return new RegexNode(RegexNode.One, _options, '$'); 1170return new RegexNode(RegexNode.One, _options, '$'); 1202return new RegexNode(RegexNode.One, _options, '$'); 1900node = new RegexNode(RegexNode.One, _options, ch); 1999_unit = new RegexNode(RegexNode.One, _options, ch);
regex\system\text\regularexpressions\RegexReplacement.cs (1)
48case RegexNode.One:
regex\system\text\regularexpressions\RegexWriter.cs (1)
495case RegexNode.One: