2 references to TryMatchAtCurrentPosition
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
337
if (
TryMatchAtCurrentPosition
(text) || runtextpos == 0)
355
if (
TryMatchAtCurrentPosition
(text) || runtextpos == text.Length)