3 references to s_syntaxTreeToIdMap
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState.cs (3)
666if (!s_syntaxTreeToIdMap.TryGetValue(tree, out var existingId)) 670existingId = s_syntaxTreeToIdMap.GetValue(tree, t => localId); 678s_syntaxTreeToIdMap.TryGetValue(tree, out var id);