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