2 writes to _doNotEmitTrust
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
102
_doNotEmitTrust
= elementToBeCloned._doNotEmitTrust;
295
set {
_doNotEmitTrust
= value; }
2 references to _doNotEmitTrust
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
102
_doNotEmitTrust = elementToBeCloned.
_doNotEmitTrust
;
294
get { return
_doNotEmitTrust
; }