2 writes to _tempFilePhysicalPathPrefix
System.Web (2)
Compilation\AssemblyBuilder.cs (2)
388
_tempFilePhysicalPathPrefix
= Path.Combine(_tempFiles.TempDir, OutputAssemblyName) + ".";
392
_tempFilePhysicalPathPrefix
+= CultureName + "_";
2 references to _tempFilePhysicalPathPrefix
System.Web (2)
Compilation\AssemblyBuilder.cs (2)
387
if (
_tempFilePhysicalPathPrefix
== null) {
396
return
_tempFilePhysicalPathPrefix
;