1 write to SolutionFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\PersistentStorage\AbstractPersistentStorage.cs (1)
30this.SolutionFilePath = solutionFilePath;
6 references to SolutionFilePath
IdeCoreBenchmarks (2)
CloudCachePersistentStorage.cs (2)
76: ProjectContainerKeyCache.CreateProjectContainerKey(this.SolutionFilePath, projectKey); 88: ProjectContainerKeyCache.CreateDocumentContainerKey(this.SolutionFilePath, documentKey);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
CloudCachePersistentStorage.cs (2)
76: ProjectContainerKeyCache.CreateProjectContainerKey(this.SolutionFilePath, projectKey); 88: ProjectContainerKeyCache.CreateDocumentContainerKey(this.SolutionFilePath, documentKey);
Microsoft.VisualStudio.LanguageServices (2)
Storage\CloudCachePersistentStorage.cs (2)
76: ProjectContainerKeyCache.CreateProjectContainerKey(this.SolutionFilePath, projectKey); 88: ProjectContainerKeyCache.CreateDocumentContainerKey(this.SolutionFilePath, documentKey);