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