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