1 write to extension
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
59this.extension = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_EXTENSION,
2 references to extension
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
82this.extension.EnsureBufferLength(this.extensionLength.Value); 96property.Extension = this.extension.GetBufferCopy(this.extensionLength.Value);