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