1 implementation of Exists
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
237
public bool
Exists
(string fileName)
19 references to Exists
PresentationBuildTasks (19)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
723
if (!TaskFileService.
Exists
(codeFile))
728
if (!TaskFileService.
Exists
(bamlFile))
736
if (!TaskFileService.
Exists
(codeFile))
941
if (!TaskFileService.
Exists
(ApplicationFile))
1035
if (!TaskFileService.
Exists
(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1182
if (TaskFileService.
Exists
(ContentCodeFile))
1189
if (IsCleanBuild && TaskFileService.
Exists
(InternalTypeHelperFile))
1325
if (TaskFileService.
Exists
(ContentCodeFile))
1369
bool existsInternalTypeHelper = TaskFileService.
Exists
(InternalTypeHelperFile);
1677
if (TaskFileService.
Exists
(locFile))
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
172
if (TaskFileService.
Exists
(stateFileName))
177
if (TaskFileService.
Exists
(localTypeCacheFileName))
189
if (TaskFileService.
Exists
(stateFileName))
665
if (TaskFileService.
Exists
(_internalTypeHelperFile))
779
if (TaskFileService.
Exists
(bamlFile))
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
463
if (!TaskFileService.
Exists
(sourceFile.Path))
MS\Internal\Tasks\CompilerLocalReference.cs (1)
157
return _taskFileService.
Exists
(_localCacheFile);
MS\Internal\Tasks\CompilerState.cs (1)
74
return _taskFileService.
Exists
(_stateFilePath);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
116
if (TaskFileService.
Exists
(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))