1 write to _codegenDir
System.Web (1)
HttpRuntime.cs (1)
992_codegenDir = Thread.GetDomain().DynamicDirectory;
4 references to _codegenDir
System.Web (4)
HttpRuntime.cs (4)
528ProfileOptimization.SetProfileRoot(_codegenDir); 995Directory.CreateDirectory(_codegenDir); 1030string parentDir = Directory.GetParent(_codegenDir).FullName; 2935get { return _theRuntime._codegenDir; }