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

◆ s_spanStartsWith

readonly MethodInfo System.Text.RegularExpressions.RegexCompiler.s_spanStartsWith
staticprivateinherited
Initial value:
= typeof(MemoryExtensions).GetMethod("StartsWith", new Type[2]
{
typeof(ReadOnlySpan<>).MakeGenericType(Type.MakeGenericMethodParameter(0)),
typeof(ReadOnlySpan<>).MakeGenericType(Type.MakeGenericMethodParameter(0))
}).MakeGenericMethod(typeof(char))

Definition at line 144 of file RegexCompiler.cs.

Referenced by System.Text.RegularExpressions.RegexCompiler.TryGenerateNonBacktrackingGo().