1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\SolutionKey.cs (1)
28
FilePath
= filePath;
10 references to FilePath
IdeCoreBenchmarks (1)
AbstractCloudCachePersistentStorageService.cs (1)
44
var solutionFolder = IOUtilities.PerformIO(() => Path.GetDirectoryName(solutionKey.
FilePath
));
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
AbstractCloudCachePersistentStorageService.cs (1)
44
var solutionFolder = IOUtilities.PerformIO(() => Path.GetDirectoryName(solutionKey.
FilePath
));
Microsoft.CodeAnalysis.Workspaces (7)
Storage\AbstractPersistentStorageService.cs (1)
46
return solutionKey.
FilePath
== null
Storage\SQLite\v2\SQLitePersistentStorage.cs (3)
57
: base(workingFolderPath, solutionKey.
FilePath
!, databaseFile)
59
Contract.ThrowIfNull(solutionKey.
FilePath
);
61
_solutionDirectory = PathUtilities.GetDirectoryName(solutionKey.
FilePath
);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
107
if (solutionKey.
FilePath
== null)
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (2)
68
if (string.IsNullOrWhiteSpace(solutionKey.
FilePath
))
77
SafeName(solutionKey.
FilePath
));
Microsoft.VisualStudio.LanguageServices (1)
Storage\AbstractCloudCachePersistentStorageService.cs (1)
44
var solutionFolder = IOUtilities.PerformIO(() => Path.GetDirectoryName(solutionKey.
FilePath
));