4 writes to actualPath
System.Web.Services (4)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (4)
108this.actualPath = path; 124this.actualPath = parent.actualPath; 158this.actualPath = this.GetConfigurationDirectory(); 165this.actualPath += "\\";
6 references to actualPath
System.Web.Services (6)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (6)
39get { return Path.Combine(this.actualPath, this.Href); } 54CheckIOReadPermission(this.actualPath, value); 124this.actualPath = parent.actualPath; 163if ((this.actualPath != null) && (!this.actualPath.EndsWith(@"\", StringComparison.Ordinal))) 168CheckIOReadPermission(this.actualPath, this.Href);