10 references to ApplicationFile
PresentationBuildTasks (10)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (5)
954
Log.LogMessageFromResources(MessageImportance.Low, SRID.ApplicationDefinitionFile,
ApplicationFile
);
956
if (!TaskFileService.Exists(
ApplicationFile
))
958
Log.LogErrorWithCodeFromResources(SRID.FileNotFound,
ApplicationFile
);
1334
if (
ApplicationFile
!= null &&
ApplicationFile
.Length > 0)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
116
ApplicationFile = mcPass1.
ApplicationFile
;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
103
IsSettingModified(CompilerState.ApplicationFile, _mcPass1.
ApplicationFile
) ||
125
if (TaskFileService.Exists(_mcPass1.
ApplicationFile
) && IsFileChanged(_mcPass1.
ApplicationFile
))
532
_mcPass1.
ApplicationFile
,