2 writes to doNotEmitTrust
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
103this.doNotEmitTrust = elementToBeCloned.doNotEmitTrust; 296set { this.doNotEmitTrust = value; }
3 references to doNotEmitTrust
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
103this.doNotEmitTrust = elementToBeCloned.doNotEmitTrust; 295get { return this.doNotEmitTrust; } 2192return !(sbe.doNotEmitTrust);