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