5 references to Id
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (2)
29
if (!_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();