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

◆ s_spanIndexOf

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

Definition at line 115 of file RegexCompiler.cs.

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