1 write to _disposed
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (1)
1415_disposed = true;
2 references to _disposed
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (2)
1413if (!_disposed) 1607ObjectDisposedException.ThrowIf(_disposed, typeof(X25519DiffieHellman));