1 write to _cookedUriPath
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
57_cookedUriPath = AddSlashToAsteriskOnlyPath(cookedUriPath);
2 references to _cookedUriPath
System.Net.HttpListener (2)
System\Net\HttpListenerRequestUriBuilder.cs (2)
84bool isValid = Uri.TryCreate(_cookedUriScheme + Uri.SchemeDelimiter + _cookedUriHost + _cookedUriPath + 91NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_create_uri, _cookedUriScheme, _cookedUriHost, _cookedUriPath, _cookedUriQuery));