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

◆ IndexOfQuoteOrAnyControlOrBackSlash()

static int System.Text.Json.JsonReaderHelper.IndexOfQuoteOrAnyControlOrBackSlash ( this ReadOnlySpan< byte > span)
inlinestatic

Definition at line 61 of file JsonReaderHelper.cs.

62 {
63 return IndexOfOrLessThan(ref MemoryMarshal.GetReference(span), 34, 92, 32, span.Length);
64 }
static unsafe int IndexOfOrLessThan(ref byte searchSpace, byte value0, byte value1, byte lessThan, int length)

References System.Text.Json.Dictionary, and System.Text.Json.JsonReaderHelper.IndexOfOrLessThan().