6 references to OutputAssemblyName
System.Web (6)
Compilation\AssemblyBuilder.cs (6)
321_objectFactoryGenerator = new ObjectFactoryCodeDomTreeGenerator(OutputAssemblyName); 331_objectFactoryGenerator = new ObjectFactoryCodeDomTreeGenerator(OutputAssemblyName); 388_tempFilePhysicalPathPrefix = Path.Combine(_tempFiles.TempDir, OutputAssemblyName) + "."; 686compilParams.OutputAssembly = Path.Combine(dir, OutputAssemblyName + ".resources.dll"); 689compilParams.OutputAssembly = Path.Combine(dir, OutputAssemblyName + ".dll"); 1075string baseAssemblyFile = Path.Combine(dir, OutputAssemblyName + ".dll");