2 writes to _options
System.Net.Security (2)
System\Net\Security\TlsContext.cs (2)
55
_options
= options;
187
_options
= null;
3 references to _options
System.Net.Security (3)
System\Net\Security\TlsContext.cs (3)
60
internal SslAuthenticationOptions Options =>
_options
?? throw new ObjectDisposedException(nameof(TlsContext));
171
if (
_options
is null)
181
_options
.Dispose();