2 writes to tolerateFaults
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1895
this.
tolerateFaults
= false;
1899
this.
tolerateFaults
= !this.binder.HasSecuritySession(this.currentChannel);
8 references to tolerateFaults
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
1229
return this.
tolerateFaults
;
1238
if (!this.
tolerateFaults
)
1312
else if (!this.
tolerateFaults
1483
if (!this.
tolerateFaults
)
1592
faultBinder = !this.
tolerateFaults
;
1806
faultBinder = !this.
tolerateFaults
;
1874
if (!this.
tolerateFaults
)
2047
if (!this.
tolerateFaults