2 writes to _operationHandle
System.Net.Http.WinHttpHandler (2)
System\Net\Http\WinHttpRequestState.cs (2)
49
_operationHandle
= GCHandle.Alloc(this);
224
_operationHandle
= default(GCHandle);
4 references to _operationHandle
System.Net.Http.WinHttpHandler (4)
System\Net\Http\WinHttpRequestState.cs (4)
44
if (!
_operationHandle
.IsAllocated)
61
return GCHandle.ToIntPtr(
_operationHandle
);
204
if (
_operationHandle
.IsAllocated)
223
_operationHandle
.Free();