2 writes to faultList
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
710this.faultList = null; 911this.faultList = null;
12 references to faultList
System.ServiceModel (12)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (12)
709tempFaultList = this.faultList; 764if ((this.faultList == null) || (this.faultList.Count == 0)) 875if (this.faultList == null) 879state = this.faultList[binder]; 903if (this.faultList == null) 906this.faultList.Remove(binder); 907if ((this.closeHandle == null) || (this.faultList.Count > 0)) 950if (this.faultList != null) 953this.faultList.Add(binder, state); 996if (this.faultList == null) 1000state = this.faultList[binder];