17 references to StackHalt
mscorlib (17)
system\security\framesecuritydescriptor.cs (5)
377
return SecurityRuntime.
StackHalt
;
393
return SecurityRuntime.
StackHalt
;
461
return SecurityRuntime.
StackHalt
;
528
return SecurityRuntime.
StackHalt
;
537
return SecurityRuntime.
StackHalt
;
system\security\permissionlistset.cs (3)
458
for (int i=0; (i < m_permSetTriples.Count && bRet != SecurityRuntime.
StackHalt
) ; i++)
477
return SecurityRuntime.
StackHalt
; // CS demand check always terminates the stackwalk
488
for (int i=0; (i < m_permSetTriples.Count && bRet != SecurityRuntime.
StackHalt
) ; i++)
system\security\permissionsettriple.cs (6)
188
return SecurityRuntime.
StackHalt
;
208
return SecurityRuntime.
StackHalt
;
218
if (CheckAssert(AssertSet, demand, permToken) == SecurityRuntime.
StackHalt
)
219
return SecurityRuntime.
StackHalt
;
232
if (CheckAssert(AssertSet, demandSet, out alteredDemandset) == SecurityRuntime.
StackHalt
)
233
return SecurityRuntime.
StackHalt
;
system\threading\compressedstack.cs (3)
424
return SecurityRuntime.
StackHalt
;
428
return SecurityRuntime.
StackHalt
; // CS demand check always terminates the stackwalk
451
return SecurityRuntime.
StackHalt
;