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