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