2 references to s_documentToIndex
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Shared\AbstractSyntaxIndex.cs (2)
55if (!s_documentToIndex.TryGetValue(document, out var index)) 65s_documentToIndex.TryAdd(document, index);