4 writes to m_currentEvidence
mscorlib (4)
system\security\policy\evidence.cs (4)
1820
m_currentEvidence
= null;
1838
m_currentEvidence
= legacyWrapper.EvidenceObject;
1848
m_currentEvidence
= currentEnumerator.Current;
1888
m_currentEvidence
= null;
2 references to m_currentEvidence
mscorlib (2)
system\security\policy\evidence.cs (2)
1851
BCLDebug.Assert(
m_currentEvidence
!= null, "m_currentEvidence != null");
1864
get { return
m_currentEvidence
; }