7 references to MsmqMessageId
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqDiagnostics.cs (2)
438dictionary["MSMQMessageId"] = MsmqMessageId.ToString(messageId.Buffer); 456dictionary["MSMQMessageId"] = MsmqMessageId.ToString(messageId.Buffer);
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
26this.messageId = MsmqMessageId.ToString(msmqMessage.MessageId.Buffer);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
94property.CorrelationId = MsmqMessageId.ToString(this.correlationId.Buffer); 97property.Id = MsmqMessageId.ToString(this.MessageId.Buffer);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
173property.Id = MsmqMessageId.ToString(msmqMessage.MessageId.Buffer); 227this.correlationId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_CORRELATIONID, MsmqMessageId.FromString(property.CorrelationId));