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