1 write to _tempDir
System.Web (1)
HttpRuntime.cs (1)
984
_tempDir
= tempDirectory;
3 references to _tempDir
System.Web (3)
HttpRuntime.cs (3)
1299
if (!System.Web.UI.Util.HasWriteAccessToDirectory(
_tempDir
)) {
1301
System.Web.UI.Util.GetCurrentAccountName(),
_tempDir
));
2939
get { return _theRuntime.
_tempDir
; }