6 writes to _cachedXml
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CipherReference.cs (1)
87_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedReference.cs (5)
27_cachedXml = null; 40_cachedXml = null; 50_cachedXml = null; 65_cachedXml = null; 125_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)
69[MemberNotNullWhen(true, nameof(_cachedXml))] 74return (_cachedXml != null); 80if (CacheValid) return _cachedXml;