3 references to InternalEvidence
mscorlib (3)
system\appdomain.cs (1)
3447
securityInfo == null ? AppDomain.CurrentDomain.
InternalEvidence
: null,
system\appdomainmanager.cs (1)
102
securityInfo == null ? AppDomain.CurrentDomain.
InternalEvidence
: null,
system\applicationactivator.cs (1)
175
appEvidence == null ? AppDomain.CurrentDomain.
InternalEvidence
: null,