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)
20
_cachedXml
= null;
30
_cachedXml
= null;
139
_cachedXml
= value;
System\Security\Cryptography\Xml\EncryptedType.cs (6)
38
_cachedXml
= null;
48
_cachedXml
= null;
58
_cachedXml
= null;
68
_cachedXml
= null;
103
_cachedXml
= null;
123
_cachedXml
= null;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
78
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
149
if (CacheValid) return
_cachedXml
;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
23
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
28
return (
_cachedXml
!= null);