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