7 writes to _cachedXml
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\DataObject.cs (7)
23
_cachedXml
= null;
39
_cachedXml
= null;
52
_cachedXml
= null;
62
_cachedXml
= null;
72
_cachedXml
= null;
90
_cachedXml
= null;
155
_cachedXml
= value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
94
[MemberNotNullWhen(true, nameof(
_cachedXml
))]
99
return (
_cachedXml
!= null);
109
if (CacheValid) return
_cachedXml
;