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