3 references to IsFlowSuppressed
mscorlib (3)
system\security\securitycontext.cs (3)
292
if (
IsFlowSuppressed
(flags))
318
return SecurityContext.
IsFlowSuppressed
(SecurityContextDisableFlow.All);
323
return (_LegacyImpersonationPolicy|| SecurityContext.
IsFlowSuppressed
(SecurityContextDisableFlow.WI));