2 writes to _keyInfo
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
73get => _keyInfo ??= new KeyInfo(); 74set => _keyInfo = value;