2 writes to journalSize
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
867this.journalSize = (long)((uint)properties.GetUI4(NativeMethods.QUEUE_PROPID_JOURNAL_QUOTA)); 882this.journalSize = value;
1 reference to journalSize
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
872return this.journalSize;