1 write to _disposed
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
293
_disposed
= true;
3 references to _disposed
System.Security.Cryptography (3)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (3)
356
ObjectDisposedException.ThrowIf(
_disposed
, this);
390
ObjectDisposedException.ThrowIf(
_disposed
, this);
399
ObjectDisposedException.ThrowIf(
_disposed
, this);