1 write to extensionLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
61this.extensionLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_EXTENSION_LEN, initialExtensionLength);
3 references to extensionLength
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
81bufferSizeQuota.Alloc(this.extensionLength.Value); 82this.extension.EnsureBufferLength(this.extensionLength.Value); 96property.Extension = this.extension.GetBufferCopy(this.extensionLength.Value);