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