3 writes to _current
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509ChainElementEnumerator.cs (3)
17
_current
= -1;
44
_current
++;
50
_current
= -1;
2 references to _current
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509ChainElementEnumerator.cs (2)
24
return _chainElements[
_current
];
42
if (
_current
== _chainElements.Count - 1)