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