5 references to RawChars
System.Private.Uri (5)
System\Uri.cs (1)
4445dest.RawChars.Slice(offset, dest.Length - offset),
System\UriExt.cs (1)
677Debug.Assert(vsb.RawChars.Overlaps(destination));
System\UriHelper.cs (3)
29while (!toNormalize.TryNormalize(vsb.RawChars, out charsWritten, NormalizationForm.FormC)) 34string result = string.Concat(start, vsb.RawChars.Slice(0, charsWritten)); 187Debug.Assert(vsb.RawChars.Overlaps(destination));