6 references to AssemblyName
PresentationBuildTasks (6)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (4)
109OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile), 113OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 1253compilerWrapper.DoCompilation(AssemblyName, Language, RootNamespace, CompilerAnalyzer.RecompileMarkupPages, false); 1805return OutputPath + AssemblyName + SharedStrings.ContentFile
MS\Internal\Tasks\CompilerState.cs (1)
97AssemblyName = mcPass1.AssemblyName;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
97IsSettingModified(CompilerState.AssemblyName, _mcPass1.AssemblyName) ||