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