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