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