10 writes to _cachedXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
65_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
20_cachedXml = null; 30_cachedXml = null; 136_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedType.cs (6)
34_cachedXml = null; 44_cachedXml = null; 54_cachedXml = null; 64_cachedXml = null; 81_cachedXml = null; 101_cachedXml = null;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
70if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
141if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
19[MemberNotNullWhen(true, nameof(_cachedXml))] 24return (_cachedXml != null);