4 references to byteArrayValue
System.ServiceModel (4)
System\ServiceModel\Channels\NativeMsmqMessage.cs (4)
371
this.Variants[this.Index].
byteArrayValue
.intPtr = bufferHandle.AddrOfPinnedObject();
376
this.Variants[this.Index].
byteArrayValue
.intPtr = IntPtr.Zero;
399
return this.Variants[this.Index].
byteArrayValue
.size;
405
this.Variants[this.Index].
byteArrayValue
.size = value;