10 writes to _cachedXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
68_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
24_cachedXml = null; 34_cachedXml = null; 143_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedType.cs (6)
36_cachedXml = null; 46_cachedXml = null; 56_cachedXml = null; 66_cachedXml = null; 83_cachedXml = null; 103_cachedXml = null;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
73if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
148if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
21[MemberNotNullWhen(true, nameof(_cachedXml))] 26return (_cachedXml != null);