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