3 references to SplashImageName
PresentationBuildTasks (3)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1252
compilerWrapper.SplashImage =
SplashImageName
;
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
122
SplashImage = mcPass1.
SplashImageName
;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
167
if (IsSettingModified(CompilerState.SplashImage, _mcPass1.
SplashImageName
))