248 writes to runtextpos
BuildActionTelemetryTable (2)
dotnet-dev-certs (11)
illink (9)
Microsoft.AspNetCore.Authentication.Negotiate (3)
Microsoft.AspNetCore.Components (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (11)
Microsoft.AspNetCore.Routing (3)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Shared.Tests (11)
Microsoft.CodeAnalysis (6)
Microsoft.ML.Tokenizers (20)
RepoTasks (11)
System.ComponentModel.TypeConverter (9)
System.Data.Common (9)
System.Data.Odbc (13)
System.Private.DataContractSerialization (9)
System.Private.Xml (9)
System.Text.Json (9)
System.Text.RegularExpressions (30)
System.Windows.Forms (4)
System.Windows.Forms.Design (4)
System.Windows.Forms.Tests (4)
Templates.Blazor.Tests (11)
Templates.Blazor.WebAssembly.Auth.Tests (11)
Templates.Blazor.WebAssembly.Tests (11)
Templates.Mvc.Tests (11)
Templates.Tests (11)
216 references to runtextpos
BuildActionTelemetryTable (2)
dotnet-dev-certs (8)
illink (7)
Microsoft.AspNetCore.Authentication.Negotiate (2)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (8)
Microsoft.AspNetCore.Routing (2)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Microsoft.AspNetCore.Shared.Tests (8)
Microsoft.CodeAnalysis (4)
Microsoft.ML.Tokenizers (18)
RepoTasks (8)
System.ComponentModel.TypeConverter (7)
System.Data.Common (7)
System.Data.Odbc (10)
System.Private.DataContractSerialization (7)
System.Private.Xml (7)
System.Text.Json (7)
System.Text.RegularExpressions (51)
System\Text\RegularExpressions\RegexInterpreter.cs (45)
202private int Forwardchars() => _rightToLeft ? runtextpos : runtextend - runtextpos;
217if (inputSpan.Length - runtextpos < c)
222pos = runtextpos + c;
226if (runtextpos < c)
231pos = runtextpos;
257if (inputSpan.Length - runtextpos < length)
262pos = runtextpos + length;
266if (runtextpos < length)
271pos = runtextpos;
337if (TryMatchAtCurrentPosition(text) || runtextpos == 0)
355if (TryMatchAtCurrentPosition(text) || runtextpos == text.Length)
406TrackPush(runtextpos);
417StackPush(runtextpos);
453TransferCapture(Operand(0), Operand(1), StackPeek(), runtextpos);
457Capture(Operand(0), StackPeek(), runtextpos);
475if (runtextpos != StackPeek())
478TrackPush(StackPeek(), runtextpos); // Save old mark, textpos
479StackPush(runtextpos); // Make new mark
510if (runtextpos != oldMarkPos)
515TrackPush(oldMarkPos, runtextpos); // Save old mark, textpos
519TrackPush(runtextpos, runtextpos);
570StackPush(runtextpos, Operand(0));
595int matched = runtextpos - mark;
606StackPush(runtextpos, count + 1); // Make new mark, incr count
651StackPush(runtextpos, count + 1); // Make new mark, incr count
657TrackPush(mark, count, runtextpos); // Save mark, count, position
741int m1 = runtextpos - 1;
752int runtextpos = this.runtextpos;
762if (!IsBoundary(inputSpan, runtextpos))
770if (IsBoundary(inputSpan, runtextpos))
778if (!IsECMABoundary(inputSpan, runtextpos))
786if (IsECMABoundary(inputSpan, runtextpos))
794if (runtextpos > 0)
802if (runtextpos != runtextstart)
811int runtextpos = this.runtextpos;
821if (runtextpos < inputSpan.Length)
971TrackPush(len - i - 1, runtextpos - Bump());
988i = inputSpan.Slice(runtextpos, len).IndexOf(ch);
1014TrackPush(len - i - 1, runtextpos - Bump());
1040TrackPush(len - i - 1, runtextpos - Bump());
1069TrackPush(c - 1, runtextpos);
1143if (trackingpos < runtextpos)
1145trackingpos = runtextpos;
System.Windows.Forms (3)
System.Windows.Forms.Design (3)
System.Windows.Forms.Tests (3)
Templates.Blazor.Tests (8)
Templates.Blazor.WebAssembly.Auth.Tests (8)
Templates.Blazor.WebAssembly.Tests (8)
Templates.Mvc.Tests (8)
Templates.Tests (8)