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