1 write to journal
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
216this.journal = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_JOURNAL);
3 references to journal
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputMessage.cs (3)
214if (this.journal == null) 221this.journal.Value |= flag; 225this.journal.Value &= (byte)(~flag);