1 write to destinationQueueLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
58
this.
destinationQueueLength
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_DEST_FORMAT_NAME_LEN, initialQueueNameLength);
2 references to destinationQueueLength
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
78
this.destinationQueue.EnsureValueLength(this.
destinationQueueLength
.Value);
95
property.DestinationQueue = GetQueueName(this.destinationQueue.GetValue(this.
destinationQueueLength
.Value));