1 write to _splashImage
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
93
set {
_splashImage
= value; }
2 references to _splashImage
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3123
if (!string.IsNullOrEmpty(
_splashImage
) && !HostInBrowser)
3221
string fullFilePath = Path.GetFullPath(
_splashImage
);