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