Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_stringAsSpanIntIntMethod

readonly MethodInfo System.Text.RegularExpressions.RegexCompiler.s_stringAsSpanIntIntMethod
staticprivateinherited
Initial value:
= typeof(MemoryExtensions).GetMethod("AsSpan", new Type[3]
{
typeof(string),
typeof(int),
typeof(int)
})

Definition at line 152 of file RegexCompiler.cs.

Referenced by System.Text.RegularExpressions.RegexCompiler.GenerateFindFirstChar(), System.Text.RegularExpressions.RegexCompiler.GenerateOneCode(), and System.Text.RegularExpressions.RegexCompiler.TryGenerateNonBacktrackingGo().