1 write to _disposed
System.Security.Cryptography (1)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
287
_disposed
= true;
3 references to _disposed
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (3)
337
ObjectDisposedException.ThrowIf(
_disposed
, this);
369
ObjectDisposedException.ThrowIf(
_disposed
, this);
378
ObjectDisposedException.ThrowIf(
_disposed
, this);