2 references to initialLabelLength
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
62
this.label = new StringProperty(this, UnsafeNativeMethods.PROPID_M_LABEL,
initialLabelLength
);
63
this.labelLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_LABEL_LEN,
initialLabelLength
);