4 references to GetRestrictionSize
System.Messaging (4)
System\Messaging\Interop\Restrictions.cs (4)
91this.restrinctions = Marshal.AllocHGlobal(maxCount * GetRestrictionSize()); 100short vt = Marshal.ReadInt16((IntPtr)((long)this.restrinctions + (index * GetRestrictionSize()) + 8)); 103IntPtr dataPtr = (IntPtr)((long)this.restrinctions + (index * GetRestrictionSize()) + 16); 116return (IntPtr)((long)restrinctions + restrictionCount * GetRestrictionSize() + offset);