5 references to EnsureValueLength
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
488
EnsureValueLength
(value.Length + 1);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
76
this.adminQueue.
EnsureValueLength
(this.adminQueueLength.Value);
77
this.responseFormatName.
EnsureValueLength
(this.responseFormatNameLength.Value);
78
this.destinationQueue.
EnsureValueLength
(this.destinationQueueLength.Value);
79
this.label.
EnsureValueLength
(this.labelLength.Value);