2 references to CreateDocumentContainerKey
Microsoft.VisualStudio.LanguageServices (2)
Storage\CloudCachePersistentStorage.cs (1)
88
: ProjectContainerKeyCache.
CreateDocumentContainerKey
(this.SolutionFilePath, documentKey);
Storage\ProjectContainerKeyCache.cs (1)
47
_documentToContainerKeyCallback = ds =>
CreateDocumentContainerKey
(relativePathBase, DocumentKey.ToDocumentKey(projectKey, ds));