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)
95if (_query.Length == 1) 206get => _query;