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