5 references to RawChars
System.Private.Uri (5)
System\Uri.cs (1)
4421
dest.Length = offset + Compress(dest.
RawChars
.Slice(offset, dest.Length - offset), _syntax);
System\UriExt.cs (1)
681
Debug.Assert(vsb.
RawChars
.Overlaps(destination));
System\UriHelper.cs (3)
28
while (!toNormalize.TryNormalize(vsb.
RawChars
, out charsWritten, NormalizationForm.FormC))
33
string result = string.Concat(start, vsb.
RawChars
.Slice(0, charsWritten));
186
Debug.Assert(vsb.
RawChars
.Overlaps(destination));