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