7 references to RawChars
System.Private.Uri (7)
System\Uri.cs (3)
1093
Span<char> slashSpan = result.
RawChars
.Slice(0, result.Length);
4451
Debug.Assert(slice.Overlaps(dest.
RawChars
));
4561
dest.
RawChars
.Slice(start, dest.Length - start),
System\UriExt.cs (1)
668
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));
185
Debug.Assert(vsb.
RawChars
.Overlaps(destination));