2 writes to _disposed
System.Net.NameResolution (2)
System\Net\DnsResolver.cs (2)
358
public void Dispose() =>
_disposed
= true;
363
_disposed
= true;
16 references to _disposed
System.Net.NameResolution (16)
System\Net\DnsResolver.cs (16)
89
ObjectDisposedException.ThrowIf(
_disposed
, this);
106
ObjectDisposedException.ThrowIf(
_disposed
, this);
123
ObjectDisposedException.ThrowIf(
_disposed
, this);
140
ObjectDisposedException.ThrowIf(
_disposed
, this);
157
ObjectDisposedException.ThrowIf(
_disposed
, this);
174
ObjectDisposedException.ThrowIf(
_disposed
, this);
190
ObjectDisposedException.ThrowIf(
_disposed
, this);
207
ObjectDisposedException.ThrowIf(
_disposed
, this);
242
ObjectDisposedException.ThrowIf(
_disposed
, this);
258
ObjectDisposedException.ThrowIf(
_disposed
, this);
274
ObjectDisposedException.ThrowIf(
_disposed
, this);
290
ObjectDisposedException.ThrowIf(
_disposed
, this);
306
ObjectDisposedException.ThrowIf(
_disposed
, this);
322
ObjectDisposedException.ThrowIf(
_disposed
, this);
337
ObjectDisposedException.ThrowIf(
_disposed
, this);
353
ObjectDisposedException.ThrowIf(
_disposed
, this);