2 writes to _bCacheValid
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
243
_bCacheValid
= false;
815
_bCacheValid
= !isKeyedHashAlgorithm;
1 reference to _bCacheValid
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
795
if (isKeyedHashAlgorithm || !
_bCacheValid
|| !SignedInfo!.CacheValid)