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