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