11 references to EscapeAsciiChar
System (11)
net\System\IriHelper.cs (1)
362
UriHelper.
EscapeAsciiChar
((char)encodedBytes[count], dest, ref destOffset);
net\System\URI.cs (1)
1466
UriHelper.
EscapeAsciiChar
(character, chars, ref pos);
net\System\UriHelper.cs (9)
176
EscapeAsciiChar
((char)bytes[count], dest, ref destPos);
195
EscapeAsciiChar
('%', dest, ref destPos);
203
EscapeAsciiChar
(ch, dest, ref destPos);
210
EscapeAsciiChar
(ch, dest, ref destPos);
425
EscapeAsciiChar
(pStr[next], dest, ref destPosition);
539
EscapeAsciiChar
((char)bytes[count++], dest, ref destOffset);
565
EscapeAsciiChar
((char)encodedBytes[l], dest, ref destOffset);
601
EscapeAsciiChar
((char)bytes[count++], dest, ref destOffset);
615
EscapeAsciiChar
((char)bytes[count++], dest, ref destOffset);