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