2 writes to _disposed
System.Net.NameResolution (2)
System\Net\DnsResolver.cs (2)
362
public void Dispose() =>
_disposed
= true;
367
_disposed
= true;
16 references to _disposed
System.Net.NameResolution (16)
System\Net\DnsResolver.cs (16)
93
ObjectDisposedException.ThrowIf(
_disposed
, this);
110
ObjectDisposedException.ThrowIf(
_disposed
, this);
127
ObjectDisposedException.ThrowIf(
_disposed
, this);
144
ObjectDisposedException.ThrowIf(
_disposed
, this);
161
ObjectDisposedException.ThrowIf(
_disposed
, this);
178
ObjectDisposedException.ThrowIf(
_disposed
, this);
194
ObjectDisposedException.ThrowIf(
_disposed
, this);
211
ObjectDisposedException.ThrowIf(
_disposed
, this);
246
ObjectDisposedException.ThrowIf(
_disposed
, this);
262
ObjectDisposedException.ThrowIf(
_disposed
, this);
278
ObjectDisposedException.ThrowIf(
_disposed
, this);
294
ObjectDisposedException.ThrowIf(
_disposed
, this);
310
ObjectDisposedException.ThrowIf(
_disposed
, this);
326
ObjectDisposedException.ThrowIf(
_disposed
, this);
341
ObjectDisposedException.ThrowIf(
_disposed
, this);
357
ObjectDisposedException.ThrowIf(
_disposed
, this);