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