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)
204
metadataInfo = new MetadataInfo(info, metadataInfo.
ReferencingProjects
?? []);
209
lock (metadataInfo.
ReferencingProjects
)
211
metadataInfo.
ReferencingProjects
.Add(project.Id);
225
lock (info.
ReferencingProjects
)
227
info.
ReferencingProjects
.Remove(projectId);
230
if (info.
ReferencingProjects
.Count == 0)