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