3 writes to m_bytes
System.IdentityModel.Selectors (3)
infocard\common\managed\GlobalAllocSafeHandle.cs (3)
43
private GlobalAllocSafeHandle() : base(IntPtr.Zero, true) {
m_bytes
= 0; }
47
set {
m_bytes
= value; }
71
m_bytes
= 0;
3 references to m_bytes
System.IdentityModel.Selectors (3)
infocard\common\managed\GlobalAllocSafeHandle.cs (3)
48
get { return
m_bytes
; }
67
if (
m_bytes
> 0)
69
ZeroMemory(base.handle,
m_bytes
);