2 writes to prev_CS
mscorlib (2)
system\threading\compressedstack.cs (2)
106
prev_CS
= null;
355
cssw.
prev_CS
= prevCS;
4 references to prev_CS
mscorlib (4)
system\threading\compressedstack.cs (4)
47
return (this.curr_CS == sw.curr_CS && this.
prev_CS
== sw.
prev_CS
&& this.prev_ADStack == sw.prev_ADStack);
100
if (curr_CS == null &&
prev_CS
== null)
104
CompressedStack.SetCompressedStackThread(
prev_CS
);