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