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