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