10 references to ApplicationFile
PresentationBuildTasks (10)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (5)
954Log.LogMessageFromResources(MessageImportance.Low, SRID.ApplicationDefinitionFile, ApplicationFile); 956if (!TaskFileService.Exists(ApplicationFile)) 958Log.LogErrorWithCodeFromResources(SRID.FileNotFound, ApplicationFile); 1334if (ApplicationFile != null && ApplicationFile.Length > 0)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
116ApplicationFile = mcPass1.ApplicationFile;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
103IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 125if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 532_mcPass1.ApplicationFile,