1 write to _disposed
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
2333_disposed = true;
3 references to _disposed
System.Net.Security (3)
System\Net\Security\TlsSession.cs (3)
141Debug.Assert(!_disposed, "AttachSocket called on a disposed session"); 1583private void ThrowIfDisposed() => ObjectDisposedException.ThrowIf(_disposed, this); 2329if (_disposed)