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