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