19 references to Append
System.Private.Uri (19)
System\PercentEncodingHelper.cs (2)
95dest.Append(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy)); 170dest.Append(input.Slice(totalCharsConsumed - charsToCopy, charsToCopy + bytesLeftInBuffer));
System\Uri.cs (13)
1076result.Append(path); 2836dest.Append(slice); 2853dest.Append(slice); 2859dest.Append(slice); 2909dest.Append(hostSlice); 2984dest.Append(slice); 2996dest.Append(slice); 4322dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4360dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4369copy.Append(dest.AsSpan(start, dest.Length - start)); 4381dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4429copy.Append(dest.AsSpan(start, dest.Length - start)); 4473copy.Append(slice);
System\UriHelper.cs (4)
239dest.Append(stringToEscape); 243dest.Append(stringToEscape.Slice(0, indexOfFirstToEscape)); 314vsb.Append(stringToEscape.Slice(0, charsToCopy)); 366dest.Append(chars);