6 writes to _cachedXml
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CipherReference.cs (1)
90_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedReference.cs (5)
28_cachedXml = null; 41_cachedXml = null; 51_cachedXml = null; 66_cachedXml = null; 129_cachedXml = value;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CipherReference.cs (1)
45if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedReference.cs (3)
70[MemberNotNullWhen(true, nameof(_cachedXml))] 75return (_cachedXml != null); 81if (CacheValid) return _cachedXml;