7 writes to _cachedXml
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\DataObject.cs (7)
23
_cachedXml
= null;
36
_cachedXml
= null;
49
_cachedXml
= null;
59
_cachedXml
= null;
69
_cachedXml
= null;
87
_cachedXml
= null;
149
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
91
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
96
return (
_cachedXml
!= null);
106
if (CacheValid) return
_cachedXml
;