3 writes to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherData.cs (3)
48_cachedXml = null; 64_cachedXml = null; 128_cachedXml = value;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherData.cs (3)
27[MemberNotNullWhen(true, nameof(_cachedXml))] 32return (_cachedXml != null); 70if (CacheValid) return _cachedXml;