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