1 write to _disposed
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestState.cs (1)
199if (Interlocked.Exchange(ref _disposed, 1) != 0)
1 reference to _disposed
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestState.cs (1)
194if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"GCHandle=0x{ToIntPtr():X}, disposed={_disposed != 0}, disposing={disposing}");