4 references to PROPID_M_MSGID_SIZE
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqDiagnostics.cs (1)
246if (UnsafeNativeMethods.PROPID_M_MSGID_SIZE != messageId.Buffer.Length)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
50UnsafeNativeMethods.PROPID_M_MSGID_SIZE);
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
45this.messageId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_MSGID, UnsafeNativeMethods.PROPID_M_MSGID_SIZE);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
550byte[] bytes = new byte[UnsafeNativeMethods.PROPID_M_MSGID_SIZE];