1 write to senderId
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
53
this.
senderId
= new BufferProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID, initialSenderIdSize);
2 references to senderId
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
74
this.
senderId
.EnsureBufferLength(this.senderIdLength.Value);
85
get { return this.
senderId
; }