1 write to labelLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
63this.labelLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_LABEL_LEN, initialLabelLength);
2 references to labelLength
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
79this.label.EnsureValueLength(this.labelLength.Value); 98property.Label = this.label.GetValue(this.labelLength.Value);