1 implementation of Exists
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
244
public bool
Exists
(string fileName)
19 references to Exists
PresentationBuildTasks (19)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
738
if (!TaskFileService.
Exists
(codeFile))
743
if (!TaskFileService.
Exists
(bamlFile))
751
if (!TaskFileService.
Exists
(codeFile))
956
if (!TaskFileService.
Exists
(ApplicationFile))
1050
if (!TaskFileService.
Exists
(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1213
if (TaskFileService.
Exists
(ContentCodeFile))
1220
if (IsCleanBuild && TaskFileService.
Exists
(InternalTypeHelperFile))
1350
if (TaskFileService.
Exists
(ContentCodeFile))
1394
bool existsInternalTypeHelper = TaskFileService.
Exists
(InternalTypeHelperFile);
1698
if (TaskFileService.
Exists
(locFile))
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
192
if (TaskFileService.
Exists
(stateFileName))
197
if (TaskFileService.
Exists
(localTypeCacheFileName))
209
if (TaskFileService.
Exists
(stateFileName))
693
if (TaskFileService.
Exists
(_internalTypeHelperFile))
805
if (TaskFileService.
Exists
(bamlFile))
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
468
if (!TaskFileService.
Exists
(sourceFile.Path))
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
167
return _taskFileService.
Exists
(_localCacheFile);
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
83
return _taskFileService.
Exists
(_stateFilePath);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
125
if (TaskFileService.
Exists
(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))