2 instantiations of CompressedStackSwitcher
mscorlib (2)
system\threading\compressedstack.cs (2)
309this.cssw = new CompressedStackSwitcher(); 340CompressedStackSwitcher cssw = new CompressedStackSwitcher();
11 references to CompressedStackSwitcher
mscorlib (11)
system\security\securitycontext.cs (1)
65internal CompressedStackSwitcher cssw;
system\threading\compressedstack.cs (10)
44if (obj == null || !(obj is CompressedStackSwitcher)) 46CompressedStackSwitcher sw = (CompressedStackSwitcher)obj; 55public static bool operator ==(CompressedStackSwitcher c1, CompressedStackSwitcher c2) 60public static bool operator !=(CompressedStackSwitcher c1, CompressedStackSwitcher c2) 303internal CompressedStackSwitcher cssw; 338internal static CompressedStackSwitcher SetCompressedStack(CompressedStack cs, CompressedStack prevCS) 340CompressedStackSwitcher cssw = new CompressedStackSwitcher();