2 references to _documentIdToPrimaryKeyMap
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (2)
29if (!_documentIdToPrimaryKeyMap.TryGetValue(documentKey.Id, out var existingId)) 47_documentIdToPrimaryKeyMap.TryAdd(documentKey.Id, existingId);