5 writes to _fragment
System.Private.Uri (5)
System\UriBuilder.cs (5)
75
_fragment
= extraValue;
87
_fragment
= extraValue.Substring(fragmentIndex);
102
_fragment
= string.Empty;
254
_fragment
= value ?? string.Empty;
310
_fragment
= _uri.Fragment;
2 references to _fragment
System.Private.Uri (2)
System\UriBuilder.cs (2)
100
if (
_fragment
.Length == 1)
246
get =>
_fragment
;