5 references to Id
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (2)
29if (!_documentIdToPrimaryKeyMap.TryGetValue(documentKey.Id, out var existingId)) 47_documentIdToPrimaryKeyMap.TryAdd(documentKey.Id, existingId);
Workspace\Host\PersistentStorage\DocumentKey.cs (3)
43=> this.Id == other.Id; 46=> this.Id.GetHashCode();