10 writes to _cachedXml
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
68_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedKey.cs (3)
20_cachedXml = null; 30_cachedXml = null; 139_cachedXml = value;
System\Security\Cryptography\Xml\EncryptedType.cs (6)
38_cachedXml = null; 48_cachedXml = null; 58_cachedXml = null; 68_cachedXml = null; 103_cachedXml = null; 123_cachedXml = null;
4 references to _cachedXml
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
78if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
149if (CacheValid) return _cachedXml;
System\Security\Cryptography\Xml\EncryptedType.cs (2)
23[MemberNotNullWhen(true, nameof(_cachedXml))] 28return (_cachedXml != null);