10 writes to _cachedXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
65
_cachedXml
= value;
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
20
_cachedXml
= null;
30
_cachedXml
= null;
136
_cachedXml
= value;
System\Security\Cryptography\Xml\EncryptedType.cs (6)
34
_cachedXml
= null;
44
_cachedXml
= null;
54
_cachedXml
= null;
64
_cachedXml
= null;
81
_cachedXml
= null;
101
_cachedXml
= null;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
70
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
141
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
19
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
24
return (
_cachedXml
!= null);