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)
44if (!_operationHandle.IsAllocated) 61return GCHandle.ToIntPtr(_operationHandle); 204if (_operationHandle.IsAllocated) 223_operationHandle.Free();