4 references to AddRef
System.Private.Windows.Core (2)
Windows\Win32\System\Com\IUnknown.CCW.cs (2)
64Lifetime<Vtbl, Interface>.AddRef(@this); 69private static unsafe uint AddRef(IUnknown* @this) => Lifetime<Vtbl, Interface>.AddRef(@this);
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\DataObjectProxy.cs (2)
105Lifetime.AddRef(@this); 122private static unsafe uint AddRef(IDataObject* @this) => Lifetime.AddRef(@this);