4 implementations of TryGetStorageLocation
AnalyzerRunner (1)
PersistentStorageConfiguration.cs (1)
26public string? TryGetStorageLocation(SolutionKey _)
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
130public string TryGetStorageLocation(SolutionKey _)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\IPersistentStorageConfiguration.cs (1)
65public string? TryGetStorageLocation(SolutionKey solutionKey)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
1056public string? TryGetStorageLocation(SolutionKey solutionKey)
2 references to TryGetStorageLocation
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
53var workingFolder = configuration.TryGetStorageLocation(solutionKey);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
842var location = configuration.TryGetStorageLocation(SolutionKey.ToSolutionKey(workspace.CurrentSolution));