2 references to AddSlashToAsteriskOnlyPath
System.Net.HttpListener (2)
System\Net\HttpListenerRequestUriBuilder.cs (2)
57
_cookedUriPath =
AddSlashToAsteriskOnlyPath
(cookedUriPath);
429
return
AddSlashToAsteriskOnlyPath
(uriString.Substring(pathStartIndex, queryIndex - pathStartIndex));