6 references to Lifetime
Microsoft.Private.Windows.Core (6)
Windows\Win32\System\Com\Lifetime.cs (6)
22
Interlocked.Increment(ref ((
Lifetime
<TVTable, TObject>*)@this)->_refCount);
26
var lifetime = (
Lifetime
<TVTable, TObject>*)@this;
52
public static unsafe
Lifetime
<TVTable, TObject>* Allocate(TObject @object, TVTable* vtable)
54
var wrapper = (
Lifetime
<TVTable, TObject>*)Marshal.AllocCoTaskMem(sizeof(
Lifetime
<TVTable, TObject>));
74
var lifetime = (
Lifetime
<TVTable, TObject>*)@this;