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