5 writes to _query
System.Private.Uri (5)
System\UriBuilder.cs (5)
82
_query
= extraValue;
86
_query
= extraValue.Substring(0, fragmentIndex);
97
_query
= string.Empty;
214
_query
= value ?? string.Empty;
285
_query
= _uri.Query;
2 references to _query
System.Private.Uri (2)
System\UriBuilder.cs (2)
95
if (
_query
.Length == 1)
206
get =>
_query
;