3 writes to _running
System.Security.Cryptography (3)
System\Security\Cryptography\HashProviderCng.cs (3)
59
_running
= running;
74
_running
= true;
92
_running
= false;
2 references to _running
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderCng.cs (2)
124
return new HashProviderCng(_hAlgorithm, clone, _key, _hashSize,
_running
);
151
if (!
_running
)