1 implementation of Exists
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
238
public bool
Exists
(string fileName)
19 references to Exists
PresentationBuildTasks (19)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
724
if (!TaskFileService.
Exists
(codeFile))
729
if (!TaskFileService.
Exists
(bamlFile))
737
if (!TaskFileService.
Exists
(codeFile))
942
if (!TaskFileService.
Exists
(ApplicationFile))
1036
if (!TaskFileService.
Exists
(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1183
if (TaskFileService.
Exists
(ContentCodeFile))
1190
if (IsCleanBuild && TaskFileService.
Exists
(InternalTypeHelperFile))
1326
if (TaskFileService.
Exists
(ContentCodeFile))
1370
bool existsInternalTypeHelper = TaskFileService.
Exists
(InternalTypeHelperFile);
1678
if (TaskFileService.
Exists
(locFile))
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
173
if (TaskFileService.
Exists
(stateFileName))
178
if (TaskFileService.
Exists
(localTypeCacheFileName))
190
if (TaskFileService.
Exists
(stateFileName))
666
if (TaskFileService.
Exists
(_internalTypeHelperFile))
780
if (TaskFileService.
Exists
(bamlFile))
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
464
if (!TaskFileService.
Exists
(sourceFile.Path))
MS\Internal\Tasks\CompilerLocalReference.cs (1)
158
return _taskFileService.
Exists
(_localCacheFile);
MS\Internal\Tasks\CompilerState.cs (1)
75
return _taskFileService.
Exists
(_stateFilePath);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
117
if (TaskFileService.
Exists
(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))