1 write to faultContractInfos
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientOperation.cs (1)
72
this.
faultContractInfos
= parent.NewBehaviorCollection<FaultContractInfo>();
2 references to faultContractInfos
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
83
get { return this.
faultContractInfos
; }
144
this.faultFormatter = new DataContractSerializerFaultFormatter(this.
faultContractInfos
);