2 writes to curr_CS
mscorlib (2)
system\threading\compressedstack.cs (2)
107
curr_CS
= null;
356
cssw.
curr_CS
= cs;
3 references to curr_CS
mscorlib (3)
system\threading\compressedstack.cs (3)
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)