21 references to IsFatal
System.ServiceModel.Internals (21)
System\Runtime\AsyncResult.cs (3)
147if (Fx.IsFatal(exception)) 191if (Fx.IsFatal(e)) 239if (Fx.IsFatal(e))
System\Runtime\CallbackException.cs (1)
22Fx.Assert(!Fx.IsFatal(innerException), "CallbackException can't be used to wrap fatal exceptions.");
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
467if (Fx.IsFatal(eventLoggerException)) 488if (Fx.IsFatal(exception))
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (6)
78if (Fx.IsFatal(exception)) 96if (Fx.IsFatal(exception)) 281if (Fx.IsFatal(e)) 318if (Fx.IsFatal(exception)) 626if (Fx.IsFatal(exception)) 652if (Fx.IsFatal(exception))
System\Runtime\Diagnostics\EventLogger.cs (1)
188if (Fx.IsFatal(e))
System\Runtime\ExceptionTrace.cs (4)
88if (Fx.IsFatal(targetInvocationException)) 132if (Fx.IsFatal(aggregateException)) 349if (Fx.IsFatal(exception)) 369if (Fx.IsFatal(ex))
System\Runtime\FatalException.cs (1)
24Fx.Assert(innerException == null || !Fx.IsFatal(innerException), "FatalException can't be used to wrap fatal exceptions.");
System\Runtime\Fx.cs (1)
230if (IsFatal(innerException))
System\Runtime\ScheduleActionItemAsyncResult.cs (1)
37if (Fx.IsFatal(ex))
System\Runtime\TaskExtensions.cs (1)
177if (Fx.IsFatal(ex) || exceptionConverter == null)