1 write to faultContractInfos
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
51
this.
faultContractInfos
= parent.NewBehaviorCollection<FaultContractInfo>();
2 references to faultContractInfos
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
80
get { return this.
faultContractInfos
; }
116
this.faultFormatter = new DataContractSerializerFaultFormatter(this.
faultContractInfos
);