5 writes to _cachedXml
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\SignedInfo.cs (5)
74_cachedXml = null; 91_cachedXml = null; 117_cachedXml = null; 127_cachedXml = null; 281_cachedXml = signedInfoElement;
3 references to _cachedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedInfo.cs (3)
136[MemberNotNullWhen(true, nameof(_cachedXml))] 141if (_cachedXml == null) return false; 157if (CacheValid) return _cachedXml;