2 writes to queueSize
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
905this.queueSize = (long)((uint)properties.GetUI4(NativeMethods.QUEUE_PROPID_QUOTA)); 920this.queueSize = value;
1 reference to queueSize
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
910return this.queueSize;