1 write to responseFormatNameLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
66this.responseFormatNameLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME_LEN, initialQueueNameLength);
2 references to responseFormatNameLength
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
77this.responseFormatName.EnsureValueLength(this.responseFormatNameLength.Value); 108property.ResponseQueue = GetQueueName(this.responseFormatName.GetValue(this.responseFormatNameLength.Value));