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