2 writes to _cookie
System.Private.Windows.Core (2)
Windows\Win32\System\Com\AgileComPointer.cs (2)
41
_cookie
= GlobalInterfaceTable.RegisterInterface(@interface);
141
uint cookie = Interlocked.Exchange(ref
_cookie
, 0);
3 references to _cookie
System.Private.Windows.Core (3)
Windows\Win32\System\Com\AgileComPointer.cs (3)
84
var scope = GlobalInterfaceTable.GetInterface<TInterface>(
_cookie
, out HRESULT hr);
104
=> GlobalInterfaceTable.GetInterface<TInterface>(
_cookie
, out hr);
112
var scope = GlobalInterfaceTable.GetInterface<TAsInterface>(
_cookie
, out hr);