10 references to ApplicationFile
PresentationBuildTasks (10)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (5)
946Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.ApplicationDefinitionFile), ApplicationFile); 948if (!TaskFileService.Exists(ApplicationFile)) 950Log.LogErrorWithCodeFromResources(nameof(SR.FileNotFound), ApplicationFile); 1316if (ApplicationFile != null && ApplicationFile.Length > 0)
MS\Internal\Tasks\CompilerState.cs (1)
108ApplicationFile = mcPass1.ApplicationFile;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
95IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 117if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 533_mcPass1.ApplicationFile,