2 references to s_documentIdToIndex
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Shared\AbstractSyntaxIndex.cs (2)
66
s_documentIdToIndex
.AddOrUpdate(document.Id, index);
92
if (
s_documentIdToIndex
.TryGetValue(document.Id, out var index) &&