10 references to ApplicationFile
PresentationBuildTasks (10)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (5)
939Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.ApplicationDefinitionFile), ApplicationFile); 941if (!TaskFileService.Exists(ApplicationFile)) 943Log.LogErrorWithCodeFromResources(nameof(SR.FileNotFound), ApplicationFile); 1309if (ApplicationFile != null && ApplicationFile.Length > 0)
MS\Internal\Tasks\CompilerState.cs (1)
107ApplicationFile = mcPass1.ApplicationFile;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
94IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 116if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 532_mcPass1.ApplicationFile,