7 references to IsDisposed
System.ServiceModel.Channels (7)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (7)
69
if (this.
IsDisposed
)
143
if (thisPtr.
IsDisposed
)
208
if (this.
IsDisposed
)
229
if (!this.
IsDisposed
&& continueReceiving)
247
if (!this.
IsDisposed
&& socket.PendingReceiveCount < this.maxPendingReceivesPerSocket)
301
while (!this.
IsDisposed
&& socket.PendingReceiveCount < this.maxPendingReceivesPerSocket)
330
if (this.
IsDisposed
)