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