5 references to MessageIdSize
System.Messaging (5)
System\Messaging\Message.cs (5)
75
properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_MSGID, new byte[
MessageIdSize
]);
138
properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_MSGID, new byte[
MessageIdSize
]);
175
properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_CORRELATIONID, new byte[
MessageIdSize
]);
239
properties.SetUI1Vector(NativeMethods.MESSAGE_PROPID_XACTID, new byte[
MessageIdSize
]);
2391
byte[] bytes = new byte[
MessageIdSize
];