3 references to CurrentThreadRequiresSecurityContextCapture
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
300
bool needAsserts = System.Security.SecurityManager.
CurrentThreadRequiresSecurityContextCapture
();
System.ServiceModel.Internals (2)
System\Runtime\PartialTrustHelpers.cs (2)
31
return SecurityManager.
CurrentThreadRequiresSecurityContextCapture
();
39
if (!SecurityManager.
CurrentThreadRequiresSecurityContextCapture
())