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