2 writes to msmqQueue
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
46this.msmqQueue = null; 96this.msmqQueue = new MsmqQueue(this.factory.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri),
3 references to msmqQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputChannel.cs (3)
44if (null != this.msmqQueue) 45this.msmqQueue.Dispose(); 169this.msmqQueue.Send(msmqMessage, this.transactionMode);