1 implementation of Exists
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
239
public bool
Exists
(string fileName)
19 references to Exists
PresentationBuildTasks (19)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
730
if (!TaskFileService.
Exists
(codeFile))
735
if (!TaskFileService.
Exists
(bamlFile))
743
if (!TaskFileService.
Exists
(codeFile))
948
if (!TaskFileService.
Exists
(ApplicationFile))
1042
if (!TaskFileService.
Exists
(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1189
if (TaskFileService.
Exists
(ContentCodeFile))
1196
if (IsCleanBuild && TaskFileService.
Exists
(InternalTypeHelperFile))
1332
if (TaskFileService.
Exists
(ContentCodeFile))
1376
bool existsInternalTypeHelper = TaskFileService.
Exists
(InternalTypeHelperFile);
1680
if (TaskFileService.
Exists
(locFile))
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
179
if (TaskFileService.
Exists
(stateFileName))
184
if (TaskFileService.
Exists
(localTypeCacheFileName))
196
if (TaskFileService.
Exists
(stateFileName))
672
if (TaskFileService.
Exists
(_internalTypeHelperFile))
786
if (TaskFileService.
Exists
(bamlFile))
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
466
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))