1 write to _faultContractInfos
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (1)
39
_faultContractInfos
= parent.NewBehaviorCollection<FaultContractInfo>();
2 references to _faultContractInfos
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
63
get { return
_faultContractInfos
; }
99
_faultFormatter = new DataContractSerializerFaultFormatter(
_faultContractInfos
);