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)
45
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedReference.cs (3)
69
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
74
return (
_cachedXml
!= null);
80
if (CacheValid) return
_cachedXml
;