2 writes to id
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
263this.id = id; 725this.id = new Guid(bytes);
2 references to id
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
641status = SafeNativeMethods.MQInstanceToFormatName(this.id.ToByteArray(), newFormatName, ref result); 729return this.id;