3 writes to m_csHandle
mscorlib (3)
system\threading\compressedstack.cs (3)
167
m_csHandle
= csHandle;
173
this.
m_csHandle
= csHandle;
204
m_csHandle
= value;
2 references to m_csHandle
mscorlib (2)
system\threading\compressedstack.cs (2)
198
return
m_csHandle
;
373
return new CompressedStack(this.
m_csHandle
, this.m_pls);