2 references to IsUniqueInstance
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
1233
if (!nativeObjectWrapper.
IsUniqueInstance
)
1264
Debug.Assert(wrapper.
IsUniqueInstance
|| _rcwCache.FindProxyForComInstance(wrapper.ExternalComObject) == comProxy);