1 write to _keyInfoEnum
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
485
_keyInfoEnum
??= KeyInfo.GetEnumerator();
2 references to _keyInfoEnum
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
488
while (
_keyInfoEnum
.MoveNext())
490
switch (
_keyInfoEnum
.Current)