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