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))] 31return (_cachedXml != null); 59if (CacheValid) return _cachedXml;