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