1 write to _solutionDirectory
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
101
_solutionDirectory
= PathUtilities.GetDirectoryName(solutionKey.FilePath);
2 references to _solutionDirectory
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (1)
34
documentKey.FilePath != null && PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(
_solutionDirectory
, documentKey.FilePath)) is { Length: > 0 } directoryName
Storage\SQLite\v2\SQLitePersistentStorage_ProjectIds.cs (1)
34
projectKey.FilePath != null && PathUtilities.GetRelativePath(
_solutionDirectory
, projectKey.FilePath) is { Length: > 0 } relativePath