3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
30_cachedXml = null; 55_cachedXml = null; 93_cachedXml = value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
59[MemberNotNullWhen(true, nameof(_cachedXml))] 64return (_cachedXml != null); 70if (CacheValid) return _cachedXml;