1 implementation of Exists
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
244public bool Exists(string fileName)
19 references to Exists
PresentationBuildTasks (19)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
738if (!TaskFileService.Exists(codeFile)) 743if (!TaskFileService.Exists(bamlFile)) 751if (!TaskFileService.Exists(codeFile)) 956if (!TaskFileService.Exists(ApplicationFile)) 1050if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1213if (TaskFileService.Exists(ContentCodeFile)) 1220if (IsCleanBuild && TaskFileService.Exists(InternalTypeHelperFile)) 1350if (TaskFileService.Exists(ContentCodeFile)) 1394bool existsInternalTypeHelper = TaskFileService.Exists(InternalTypeHelperFile); 1698if (TaskFileService.Exists(locFile))
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (5)
192if (TaskFileService.Exists(stateFileName)) 197if (TaskFileService.Exists(localTypeCacheFileName)) 209if (TaskFileService.Exists(stateFileName)) 693if (TaskFileService.Exists(_internalTypeHelperFile)) 805if (TaskFileService.Exists(bamlFile))
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
468if (!TaskFileService.Exists(sourceFile.Path))
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
167return _taskFileService.Exists(_localCacheFile);
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
83return _taskFileService.Exists(_stateFilePath);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
125if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile))