2 writes to Query
System.Private.Uri (2)
System\Uri.cs (2)
3330_info.Offset.Query = (ushort)idx; 3525_info.Offset.Query = (ushort)idx;
16 references to Query
System.Private.Uri (16)
System\Uri.cs (15)
975_info.Offset.Query == _info.Offset.End) 978? _string.Substring(start + 1, _info.Offset.Query - start - 1) 979: _string.Substring(start, _info.Offset.Query - start); 1026UriHelper.UnescapeString(_string, start, _info.Offset.Query, result, ref count, c_DummyChar, 2927if ((parts & UriComponents.Query) != 0 && _info.Offset.Query < _info.Offset.Fragment) 2929int offset = (_info.Offset.Query + 1); 3098if (delimiterAwareIdx >= _info.Offset.Query) 3102return _string.Substring(delimiterAwareIdx, _info.Offset.Query - delimiterAwareIdx); 3107delimiterAwareIdx = _info.Offset.Query + 1; 3109delimiterAwareIdx = _info.Offset.Query; 4299if (_info.Offset.Path == _info.Offset.Query) 4313dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4346str.Slice(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path), 4351dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path)); 4372dest.Append(_string.AsSpan(_info.Offset.Path, _info.Offset.Query - _info.Offset.Path));
System\UriExt.cs (1)
525if (InFact(Flags.FirstSlashAbsent) && _info.Offset.Query > _info.Offset.Path)