3 references to ToProjectKey
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (2)
47
var documentKey = DocumentKey.ToDocumentKey(ProjectKey.
ToProjectKey
(solutionKey, project), document);
175
var documentKey = DocumentKey.ToDocumentKey(ProjectKey.
ToProjectKey
(solutionKey, project), document);
Workspace\Host\PersistentStorage\ProjectKey.cs (1)
38
=>
ToProjectKey
(SolutionKey.ToSolutionKey(solutionState), projectState);