4 writes to Error
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
171rpc.Error = null;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
407rpc.Error = exception;
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
76Error = null; 302Error = e;
9 references to Error
System.ServiceModel.Primitives (9)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
166if (rpc.Error == null) 227if ((rpc.Error == null))
System\ServiceModel\Dispatcher\ErrorBehavior.cs (6)
29Exception error = rpc.Error; 49if (rpc.Error != null) 64ProvideFault(rpc.Error, rpc.Channel.GetProperty<FaultConverter>(), ref rpc.FaultInfo); 81ProvideFaultOfLastResort(rpc.Error, ref rpc.FaultInfo); 160if (rpc.Error != null) 168bool handled = HandleErrorCommon(rpc.Error, ref rpc.FaultInfo);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
309return (Error == null);