1 write to ReferencingProjects
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\MetadataInfo.cs (1)
33
ReferencingProjects
= referencingProjects;
6 references to ReferencingProjects
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (6)
205
metadataInfo = new MetadataInfo(info, metadataInfo.
ReferencingProjects
?? []);
210
lock (metadataInfo.
ReferencingProjects
)
212
metadataInfo.
ReferencingProjects
.Add(project.Id);
226
lock (info.
ReferencingProjects
)
228
info.
ReferencingProjects
.Remove(projectId);
231
if (info.
ReferencingProjects
.Count == 0)