10 references to ApplicationFile
PresentationBuildTasks (10)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (5)
955Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.ApplicationDefinitionFile), ApplicationFile); 957if (!TaskFileService.Exists(ApplicationFile)) 959Log.LogErrorWithCodeFromResources(nameof(SR.FileNotFound), ApplicationFile); 1325if (ApplicationFile != null && ApplicationFile.Length > 0)
MS\Internal\Tasks\CompilerState.cs (1)
111ApplicationFile = mcPass1.ApplicationFile;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
99IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 121if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 537_mcPass1.ApplicationFile,