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)
2810dest.Append(slice); 2830dest.Append(slice); 2836dest.Append(slice); 4326dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4364dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4373copy.Append(dest.AsSpan(start, dest.Length - start)); 4385dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4432copy.Append(dest.AsSpan(start, dest.Length - start)); 4473copy.Append(dest.AsSpan(start, dest.Length - start));
System\UriHelper.cs (5)
240dest.Append(stringToEscape); 244dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 315vsb.Append(stringToEscape.Slice(0, charsToCopy)); 335vsb.Append(dest.AsSpan(0, destPosition)); 384dest.Append(new ReadOnlySpan<char>(pStr + start, end - start));