6 references to ShouldRethrowExceptionAsIs
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
256if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 309if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 354if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 785if (ErrorBehavior.ShouldRethrowExceptionAsIs(e))
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
280if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 342if (!ErrorBehavior.ShouldRethrowExceptionAsIs(e))