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