6 references to _cache
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (6)
1312ref GCHandle rcwEntry = ref CollectionsMarshal.GetValueRefOrAddDefault(_cache, comPointer, out bool exists); 1355if (!_cache.TryGetValue(comPointer, out GCHandle existingHandle)) 1380if (_cache.TryGetValue(comPointer, out GCHandle existingHandle) 1385_cache.Remove(comPointer); 1407if (_cache.TryGetValue(comPointer, out GCHandle cachedRef) 1411_cache.Remove(comPointer);