Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ 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().