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