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
) + ".";
686
compilParams.OutputAssembly = Path.Combine(dir,
OutputAssemblyName
+ ".resources.dll");
689
compilParams.OutputAssembly = Path.Combine(dir,
OutputAssemblyName
+ ".dll");
1075
string baseAssemblyFile = Path.Combine(dir,
OutputAssemblyName
+ ".dll");