3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
30
_cachedXml
= null;
55
_cachedXml
= null;
93
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
59
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
64
return (
_cachedXml
!= null);
70
if (CacheValid) return
_cachedXml
;