1 write to ReferencingProjects
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\MetadataInfo.cs (1)
32
ReferencingProjects
= referencingProjects;
6 references to ReferencingProjects
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (6)
202
metadataInfo = new MetadataInfo(info, metadataInfo.
ReferencingProjects
?? []);
207
lock (metadataInfo.
ReferencingProjects
)
209
metadataInfo.
ReferencingProjects
.Add(project.Id);
223
lock (info.
ReferencingProjects
)
225
info.
ReferencingProjects
.Remove(projectId);
228
if (info.
ReferencingProjects
.Count == 0)