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)
387if (_tempFilePhysicalPathPrefix == null) { 396return _tempFilePhysicalPathPrefix;