5 references to _rcwCache
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (5)
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);
1296
_rcwCache
.RemoveAll(wrappers);