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