3 writes to m_current
System.Security (3)
system\security\cryptography\pkcs\signerinfo.cs (3)
856
m_current
= -1;
876
m_current
++;
881
m_current
= -1;
3 references to m_current
System.Security (3)
system\security\cryptography\pkcs\signerinfo.cs (3)
861
return m_signerInfos[
m_current
];
868
return (Object) m_signerInfos[
m_current
];
873
if (
m_current
== ((int) m_signerInfos.Count - 1)) {