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