2 references to EncodeCore
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\TextEncoder.cs (2)
228
EncodeCore
(output, value.AsSpan(startIndex + indexOfFirstCharToEncode, characterCount - indexOfFirstCharToEncode));
261
EncodeCore
(output, value.AsSpan(startIndex + indexOfFirstCharToEncode, characterCount - indexOfFirstCharToEncode));