3 references to _references
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\Metadata\MetadataReferenceCache.cs (3)
56if (!(_references.TryGetValue(properties, out var weakref) && weakref.TryGetTarget(out mref))) 59foreach (var wr in _references.Values) 70_references[properties] = new WeakReference<PortableExecutableReference>(mref);