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