9 references to RawChars
System.Private.Uri (9)
System\DomainNameHelper.cs (1)
303
while (!s_idnMapping.TryGetUnicode(ascii, dest.
RawChars
.Slice(dest.Length), out charsWritten))
System\Uri.cs (4)
1073
Span<char> slashSpan = result.
RawChars
.Slice(0, result.Length);
4308
Debug.Assert(slice.IsEmpty || slice.Overlaps(dest.
RawChars
));
4348
Span<char> chars = vsb.
RawChars
.Slice(0, vsb.Length);
4378
dest.
RawChars
.Slice(start, dest.Length - start),
System\UriExt.cs (1)
587
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));