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