5 writes to _cachedXml
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptionMethod.cs (5)
17
_cachedXml
= null;
23
_cachedXml
= null;
43
_cachedXml
= null;
53
_cachedXml
= null;
102
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionMethod.cs (3)
26
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
31
return (
_cachedXml
!= null);
59
if (CacheValid) return
_cachedXml
;