2 writes to FaultInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1262var state = new ContinuationState { ChannelHandler = this, Channel = channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply }; 1405state.ChannelHandler.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);