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)
73
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
148
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
21
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
26
return (
_cachedXml
!= null);