3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
27_cachedXml = null; 52_cachedXml = null; 87_cachedXml = value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
56[MemberNotNullWhen(true, nameof(_cachedXml))] 61return (_cachedXml != null); 67if (CacheValid) return _cachedXml;