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