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