3 references to Append
System.Private.Uri (3)
System\PercentEncodingHelper.cs (2)
96
dest.
Append
(input + totalCharsConsumed - charsToCopy, charsToCopy);
170
dest.
Append
(input + totalCharsConsumed - charsToCopy, charsToCopy + bytesLeftInBuffer);
System\UriHelper.cs (1)
368
dest.
Append
(pStr + start, end - start);