1 implementation of Exists
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
240public bool Exists(string fileName)
19 references to Exists
PresentationBuildTasks (19)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
739if (!TaskFileService.Exists(codeFile)) 744if (!TaskFileService.Exists(bamlFile)) 752if (!TaskFileService.Exists(codeFile)) 957if (!TaskFileService.Exists(ApplicationFile)) 1051if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1198if (TaskFileService.Exists(ContentCodeFile)) 1205if (IsCleanBuild && TaskFileService.Exists(InternalTypeHelperFile)) 1341if (TaskFileService.Exists(ContentCodeFile)) 1385bool existsInternalTypeHelper = TaskFileService.Exists(InternalTypeHelperFile); 1689if (TaskFileService.Exists(locFile))
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
185if (TaskFileService.Exists(stateFileName)) 190if (TaskFileService.Exists(localTypeCacheFileName)) 202if (TaskFileService.Exists(stateFileName)) 678if (TaskFileService.Exists(_internalTypeHelperFile)) 792if (TaskFileService.Exists(bamlFile))
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
470if (!TaskFileService.Exists(sourceFile.Path))
MS\Internal\Tasks\CompilerLocalReference.cs (1)
162return _taskFileService.Exists(_localCacheFile);
MS\Internal\Tasks\CompilerState.cs (1)
78return _taskFileService.Exists(_stateFilePath);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
121if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))