2 writes to m_typeIndex
mscorlib (2)
system\security\policy\evidence.cs (2)
1758++m_typeIndex; 1783m_typeIndex = -1;
4 references to m_typeIndex
mscorlib (4)
system\security\policy\evidence.cs (4)
1760if (m_typeIndex < m_evidenceTypes.Length) 1764m_currentEvidence = m_evidence.GetHostEvidenceNoLock(m_evidenceTypes[m_typeIndex]); 1768m_currentEvidence = m_evidence.GetAssemblyEvidenceNoLock(m_evidenceTypes[m_typeIndex]); 1772while (m_typeIndex < m_evidenceTypes.Length && m_currentEvidence == null);