4 writes to m_pls
mscorlib (4)
system\threading\compressedstack.cs (4)
174this.m_pls = pls; 189this.m_pls = (PermissionListSet)info.GetValue("PLS", typeof(PermissionListSet)); 232cs.m_pls = PermissionListSet.CreateCompressedState_HG(); 503m_pls = pls;
3 references to m_pls
mscorlib (3)
system\threading\compressedstack.cs (3)
160return m_pls; 184info.AddValue("PLS", this.m_pls); 373return new CompressedStack(this.m_csHandle, this.m_pls);