16 references to Append
System.Private.Uri (16)
System\PercentEncodingHelper.cs (2)
96dest.Append(new ReadOnlySpan<char>(input + totalCharsConsumed - charsToCopy, charsToCopy)); 170dest.Append(new ReadOnlySpan<char>(input + totalCharsConsumed - charsToCopy, charsToCopy + bytesLeftInBuffer));
System\Uri.cs (9)
2804dest.Append(slice); 2824dest.Append(slice); 2830dest.Append(slice); 4313dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4351dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4360copy.Append(dest.AsSpan(start, dest.Length - start)); 4372dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4419copy.Append(dest.AsSpan(start, dest.Length - start)); 4460copy.Append(dest.AsSpan(start, dest.Length - start));
System\UriHelper.cs (5)
224dest.Append(stringToEscape); 228dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 299vsb.Append(stringToEscape.Slice(0, charsToCopy)); 319vsb.Append(dest.AsSpan(0, destPosition)); 368dest.Append(new ReadOnlySpan<char>(pStr + start, end - start));