4 references to GetIndexOfFirstCharToEncode
System.Text.Encodings.Web (4)
System\Text\Encodings\Web\DefaultHtmlEncoder.cs (1)
42
=> _innerEncoder.
GetIndexOfFirstCharToEncode
(text);
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (1)
54
=> _innerEncoder.
GetIndexOfFirstCharToEncode
(text);
System\Text\Encodings\Web\DefaultUrlEncoder.cs (1)
117
=> _innerEncoder.
GetIndexOfFirstCharToEncode
(text);
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
81
return
GetIndexOfFirstCharToEncode
(new ReadOnlySpan<char>(text, textLength)); // performs bounds checking