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); 1118if (_rcwCache.FindProxyForComInstance(identity) is object liveCachedWrapper) 1236(actualWrapper, actualProxy) = _rcwCache.GetOrAddProxyForComInstance(identity, nativeObjectWrapper, comProxy); 1264Debug.Assert(wrapper.IsUniqueInstance || _rcwCache.FindProxyForComInstance(wrapper.ExternalComObject) == comProxy); 1296_rcwCache.RemoveAll(wrappers);