2 references to AddSlashToAsteriskOnlyPath
System (2)
net\System\Net\HttpListenerRequestUriBuilder.cs (2)
68
this.cookedUriPath =
AddSlashToAsteriskOnlyPath
(cookedUriPath);
480
return
AddSlashToAsteriskOnlyPath
(uriString.Substring(pathStartIndex, queryIndex - pathStartIndex));