3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherData.cs (3)
48
_cachedXml
= null;
64
_cachedXml
= null;
128
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherData.cs (3)
27
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
32
return (
_cachedXml
!= null);
70
if (CacheValid) return
_cachedXml
;