| Overload | Description | 
|---|---|
| TryResolveAbsolutePathFromProject(IProject,IFilePath,IAbsoluteFilePath,String) | This method attempts to resolve an absolute file path from a file path | 
| TryResolveAbsolutePathFromProject(IProject,IFilePath,IAbsoluteFilePath) | This method attempts to resolve an absolute file path from a file path | 
| TryResolveAbsolutePathFromProject(IProject,IDirectoryPath,IAbsoluteDirectoryPath,String) | This method attempts to resolve an absolute directory path from a directory path | 
| TryResolveAbsolutePathFromProject(IProject,IDirectoryPath,IAbsoluteDirectoryPath) | This method attempts to resolve an absolute directory path from a directory path | 
| TryResolveAbsolutePathFromProject(IProject,IPath,IAbsolutePath) | This method attempts to resolve an absolute path from a path | 
| TryResolveAbsolutePathFromProject(IProject,IPath,IAbsolutePath,String) | This method attempts to resolve an absolute path from a path | 
