3 references to IndexOfQuoteOrAnyControlOrBackSlash
System.Text.Json (3)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1291int idx = localBuffer.IndexOfQuoteOrAnyControlOrBackSlash();
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
756int idx = localBuffer.IndexOfQuoteOrAnyControlOrBackSlash(); 811int idx = localBuffer.IndexOfQuoteOrAnyControlOrBackSlash();