3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
27
_cachedXml
= null;
52
_cachedXml
= null;
87
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
56
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
61
return (
_cachedXml
!= null);
67
if (CacheValid) return
_cachedXml
;