3 references to s_documentIdToIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\Shared\AbstractSyntaxIndex.cs (3)
71
s_documentIdToIndex
.Remove(document.Id);
72
s_documentIdToIndex
.GetValue(document.Id, _ => indexCopy);
92
if (
s_documentIdToIndex
.TryGetValue(document.Id, out var index) &&