1 write to _rawPath
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
100_rawPath = GetPath(_rawUri);
11 references to _rawPath
System.Net.HttpListener (11)
System\Net\HttpListenerRequestUriBuilder.cs (11)
116NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_create_uri, _cookedUriScheme, _cookedUriHost, _rawPath, _cookedUriQuery)); 137Debug.Assert(!string.IsNullOrEmpty(_rawPath), "'rawPath' must have at least one character."); 164NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_convert_raw_path, _rawPath, encoding.EncodingName)); 176Debug.Assert(_rawPath != null); 177while (index < _rawPath.Length) 179current = _rawPath[index]; 182if (index + 2 >= _rawPath.Length) 189current = _rawPath[index]; 192if (index + 4 >= _rawPath.Length) 204if (!AppendUnicodeCodePointValuePercentEncoded(_rawPath.Substring(index + 1, 4))) 213if (!AddPercentEncodedOctetToRawOctetsList(_rawPath.Substring(index, 2)))