3 overrides of FindFirstCharacterToEncode
System.Text.Encodings.Web (3)
System\Text\Encodings\Web\DefaultHtmlEncoder.cs (1)
41
private protected override int
FindFirstCharacterToEncode
(ReadOnlySpan<char> text)
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (1)
53
private protected override int
FindFirstCharacterToEncode
(ReadOnlySpan<char> text)
System\Text\Encodings\Web\DefaultUrlEncoder.cs (1)
116
private protected override int
FindFirstCharacterToEncode
(ReadOnlySpan<char> text)
4 references to FindFirstCharacterToEncode
System.Text.Encodings.Web (4)
System\Text\Encodings\Web\TextEncoder.cs (4)
136
int indexOfFirstCharToEncode =
FindFirstCharacterToEncode
(value.AsSpan());
217
int indexOfFirstCharToEncode =
FindFirstCharacterToEncode
(value.AsSpan(startIndex, characterCount));
252
int indexOfFirstCharToEncode =
FindFirstCharacterToEncode
(value.AsSpan(startIndex, characterCount));
428
int idxOfFirstCharToEncode =
FindFirstCharacterToEncode
(sourceSearchSpace);