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