4 references to Id
Microsoft.CodeAnalysis.Features (1)
NavigateTo\RoslynNavigateToItem.cs (1)
68public DocumentId DocumentId => this.DocumentKey.Id;
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\PersistentStorage\DocumentKey.cs (3)
43=> this.Id == other.Id; 46=> this.Id.GetHashCode();