6 references to _cache
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (6)
1317ref GCHandle rcwEntry = ref CollectionsMarshal.GetValueRefOrAddDefault(_cache, comPointer, out bool exists); 1360if (!_cache.TryGetValue(comPointer, out GCHandle existingHandle)) 1385if (_cache.TryGetValue(comPointer, out GCHandle existingHandle) 1390_cache.Remove(comPointer); 1440if (_cache.TryGetValue(comPointer, out GCHandle cachedRef) 1444_cache.Remove(comPointer);