5 instantiations of CompressedStack
mscorlib (5)
system\security\securitycontext.cs (1)
618
sc.CompressedStack = new
CompressedStack
(null);
system\threading\compressedstack.cs (4)
224
cs = new
CompressedStack
(null);
231
cs = new
CompressedStack
(GetDelayedCompressedStack(ref stackMark, false));
240
cs = new
CompressedStack
(null);
373
return new
CompressedStack
(this.m_csHandle, this.m_pls);
50 references to CompressedStack
mscorlib (47)
system\reflection\emit\dynamicilgenerator.cs (1)
921
internal override
CompressedStack
GetSecurityContext()
system\reflection\emit\dynamicmethod.cs (2)
66
internal
CompressedStack
m_creationContext;
387
m_creationContext =
CompressedStack
.Capture();
system\runtimehandles.cs (1)
2265
internal abstract
CompressedStack
GetSecurityContext();
system\security\codeaccesssecurityengine.cs (6)
143
internal static void CheckSetHelper(
CompressedStack
cs,
257
internal static void CheckHelper(
CompressedStack
cs,
463
CompressedStack
cs =
CompressedStack
.GetCompressedStack(ref stackMark);
497
CompressedStack
securityContext)
518
internal static void GetZoneAndOriginHelper(
CompressedStack
cs, PermissionSet grantSet, PermissionSet refusedSet, ArrayList zoneList, ArrayList originList )
system\security\permissionlistset.cs (6)
126
CompressedStack
dynamicCompressedStack = resolver.GetSecurityContext();
331
static internal PermissionListSet CreateCompressedState(
CompressedStack
cs,
CompressedStack
innerCS)
341
int numDomains =
CompressedStack
.GetDCSCount(cs.CompressedStackHandle);
344
DomainCompressedStack dcs =
CompressedStack
.GetDomainCompressedStack(cs.CompressedStackHandle, i);
420
CompressedStack
.GetHomogeneousPLS(pls);
system\security\securitycontext.cs (5)
176
private volatile
CompressedStack
_compressedStack;
205
public
CompressedStack
CompressedStack { get { return IsNull ? null : m_sc.CompressedStack; } }
256
internal
CompressedStack
CompressedStack
492
scsw.cssw =
CompressedStack
.SetCompressedStack(sc.CompressedStack, prevSecurityContext.CompressedStack);
600
sc.CompressedStack =
CompressedStack
.GetCompressedStack(ref stackMark);
system\security\securityruntime.cs (2)
91
System.Threading.
CompressedStack
creationStack = dynamicResolver.GetSecurityContext();
111
System.Threading.
CompressedStack
creationStack = dynamicResolver.GetSecurityContext();
system\threading\compressedstack.cs (22)
37
internal
CompressedStack
curr_CS;
38
internal
CompressedStack
prev_CS;
103
CompressedStack
.RestoreAppDomainStack(prev_ADStack);
104
CompressedStack
.SetCompressedStackThread(prev_CS);
127
CompressedStack
.DestroyDelayedCompressedStack(handle);
210
public static
CompressedStack
GetCompressedStack()
214
return
CompressedStack
.GetCompressedStack(ref stackMark);
218
internal static
CompressedStack
GetCompressedStack(ref StackCrawlMark stackMark)
220
CompressedStack
cs;
221
CompressedStack
innerCS = null;
268
public static
CompressedStack
Capture()
280
public static void Run(
CompressedStack
compressedStack, ContextCallback callback, Object state)
300
internal
CompressedStack
cs;
304
internal CompressedStackRunData(
CompressedStack
cs, ContextCallback cb, Object state)
338
internal static CompressedStackSwitcher SetCompressedStack(
CompressedStack
cs,
CompressedStack
prevCS)
371
public
CompressedStack
CreateCopy()
378
internal static IntPtr SetAppDomainStack(
CompressedStack
cs)
393
internal static
CompressedStack
GetCompressedStackThread()
400
internal static void SetCompressedStackThread(
CompressedStack
cs)
495
internal void CompleteConstruction(
CompressedStack
innerCS)
534
internal extern static bool IsImmediateCompletionCandidate(SafeCompressedStackHandle compressedStack, out
CompressedStack
innerCS);
system\threading\thread.cs (2)
446
public void SetCompressedStack(
CompressedStack
stack )
465
public
CompressedStack
GetCompressedStack()
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (3)
199
CompressedStack
compressedStack;
605
compressedStack =
CompressedStack
.Capture();
2830
CompressedStack
.Run( compressedStack, new ContextCallback( OpenUrlDelegate ), tmpResolver );