1 write to _disposed
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
2327_disposed = true;
2 references to _disposed
System.Net.Security (2)
System\Net\Security\TlsSession.cs (2)
1577private void ThrowIfDisposed() => ObjectDisposedException.ThrowIf(_disposed, this); 2323if (_disposed)