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