4 references to SetGuid
System.Messaging (4)
System\Messaging\Message.cs (3)
173
properties.
SetGuid
(NativeMethods.MESSAGE_PROPID_CONNECTOR_TYPE, new byte[GenericIdSize]);
228
properties.
SetGuid
(NativeMethods.MESSAGE_PROPID_SRC_MACHINE_ID, new byte[GenericIdSize]);
759
properties.
SetGuid
(NativeMethods.MESSAGE_PROPID_CONNECTOR_TYPE, ((Guid)value).ToByteArray());
System\Messaging\MessageQueue.cs (1)
435
Properties.
SetGuid
(NativeMethods.QUEUE_PROPID_TYPE, value.ToByteArray());