4 references to _rcwCache
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
627
_comWrappers.
_rcwCache
.Remove(_externalComObject, this);
1118
if (
_rcwCache
.FindProxyForComInstance(identity) is object liveCachedWrapper)
1236
(actualWrapper, actualProxy) =
_rcwCache
.GetOrAddProxyForComInstance(identity, nativeObjectWrapper, comProxy);
1264
Debug.Assert(wrapper.IsUniqueInstance ||
_rcwCache
.FindProxyForComInstance(wrapper.ExternalComObject) == comProxy);