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