3 writes to customDeadLetterQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (3)
34this.customDeadLetterQueue = MsmqDefaults.CustomDeadLetterQueue; 52this.customDeadLetterQueue = elementToBeCloned.customDeadLetterQueue; 85set { this.customDeadLetterQueue = value; }
2 references to customDeadLetterQueue
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
52this.customDeadLetterQueue = elementToBeCloned.customDeadLetterQueue; 84get { return this.customDeadLetterQueue; }