2 writes to rootPathAsdi
System.Web.Services (2)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (2)
51
rootPathAsdi
= entryPathPrefix + localPath;
233
rootPathAsdi
= null;
7 references to rootPathAsdi
System.Web.Services (7)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (7)
61
ScanDirectory(
rootPathAsdi
);
115
if ( !dir.StartsWith(
rootPathAsdi
, StringComparison.Ordinal) ) {
116
throw new ArgumentException(Res.GetString(Res.WebVirtualDisoRoot, dir,
rootPathAsdi
), "dir");
118
string physicalDir = dir.Substring(
rootPathAsdi
.Length);
190
+ dirName.Substring(
rootPathAsdi
.Length, dirName.Length -
rootPathAsdi
.Length)
198
return
rootPathAsdi
+ '/' + pathRelativ.Replace('\\', '/');