184 references to IsFatal
dotnet-svcutil-lib (184)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AssertHelper.cs (1)
48if (Fx.IsFatal(exception))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (3)
131if (Fx.IsFatal(exception)) 175if (Fx.IsFatal(e)) 223if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\CallbackException.cs (1)
18Fx.Assert(!Fx.IsFatal(innerException), "CallbackException can't be used to wrap fatal exceptions.");
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (2)
85if (Fx.IsFatal(targetInvocationException)) 129if (Fx.IsFatal(aggregateException))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\FatalException.cs (1)
20Fx.Assert(innerException == null || !Fx.IsFatal(innerException), "FatalException can't be used to wrap fatal exceptions.");
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
208if (IsFatal(innerException))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
34if (Fx.IsFatal(ex))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
223if (Fx.IsFatal(ex) || exceptionConverter == null)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (3)
212if (Fx.IsFatal(e)) 261if (Fx.IsFatal(e)) 302if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1617if (Fx.IsFatal(e)) 1630if (Fx.IsFatal(e)) 1649if (Fx.IsFatal(e)) 1670if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (1)
81if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
68if (Fx.IsFatal(exception)) 111if (Fx.IsFatal(exception))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
219if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
42if (Fx.IsFatal(e)) 69if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (5)
388if (Fx.IsFatal(exception)) 417if (Fx.IsFatal(exception)) 443if (Fx.IsFatal(exception)) 472if (Fx.IsFatal(exception)) 494if (Fx.IsFatal(exception))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
519if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
146if (Fx.IsFatal(e)) 468if (Fx.IsFatal(exception)) 708if (Fx.IsFatal(exception))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
202if (Fx.IsFatal(ex))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
226if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (9)
1035if (Fx.IsFatal(e)) 1047if (Fx.IsFatal(e)) 1326if (Fx.IsFatal(e)) 1337if (Fx.IsFatal(e)) 1352if (Fx.IsFatal(e)) 1612if (Fx.IsFatal(e)) 1623if (Fx.IsFatal(e)) 1638if (Fx.IsFatal(e)) 1655if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
60if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
1713if (Fx.IsFatal(e) || completedSynchronously) 1742if (Fx.IsFatal(e) || completedSynchronously) 1778if (Fx.IsFatal(e) || completedSynchronously) 1817if (Fx.IsFatal(e)) 1874if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (11)
144if (Fx.IsFatal(ex)) 312if (Fx.IsFatal(ex) || success) 365if (Fx.IsFatal(e)) 382if (Fx.IsFatal(e)) 451if (Fx.IsFatal(ex)) 639if (Fx.IsFatal(ex)) 787if (Fx.IsFatal(ex)) 1064if (Fx.IsFatal(ex)) 1144if (Fx.IsFatal(ex)) 1218if (Fx.IsFatal(ex)) 1283if (Fx.IsFatal(ex))
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
428if (Fx.IsFatal(e)) 457if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (13)
634if (Fx.IsFatal(e)) 754if (Fx.IsFatal(e)) 802if (Fx.IsFatal(e)) 814if (Fx.IsFatal(e)) 831if (Fx.IsFatal(e)) 888if (Fx.IsFatal(e)) 962if (Fx.IsFatal(e)) 976if (Fx.IsFatal(e)) 1015if (Fx.IsFatal(e)) 1065if (Fx.IsFatal(e)) 1120if (Fx.IsFatal(e)) 1175if (Fx.IsFatal(e)) 1244if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (1)
64if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
103if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
476if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
1179if (Fx.IsFatal(e)) 1194if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (12)
344if (Fx.IsFatal(e)) 410if (Fx.IsFatal(e)) 425if (Fx.IsFatal(e)) 482if (Fx.IsFatal(e)) 567if (Fx.IsFatal(e)) 622if (Fx.IsFatal(e)) 674if (Fx.IsFatal(e)) 693if (Fx.IsFatal(e)) 709if (Fx.IsFatal(e)) 2238if (Fx.IsFatal(e)) 2257if (Fx.IsFatal(e)) 2273if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ActivityIdHeader.cs (2)
56if (Fx.IsFatal(e)) 95if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (2)
39if (Fx.IsFatal(e)) 56if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (2)
200if (Fx.IsFatal(exception)) 242if (Fx.IsFatal(exception))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
348if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (15)
307if (Fx.IsFatal(e)) 564if (Fx.IsFatal(e1)) 588if (Fx.IsFatal(e2)) 600if (Fx.IsFatal(e3)) 623if (Fx.IsFatal(e4)) 776if (Fx.IsFatal(e)) 888if (Fx.IsFatal(e)) 949if (Fx.IsFatal(e)) 985if (Fx.IsFatal(e)) 1034if (Fx.IsFatal(e)) 1048if (Fx.IsFatal(e)) 1062if (Fx.IsFatal(e)) 1087if (Fx.IsFatal(e)) 1169if (Fx.IsFatal(e)) 1204if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
199if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
396if (Fx.IsFatal(ex))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (6)
713if (Fx.IsFatal(exception)) 933if (Fx.IsFatal(e)) 1163if (Fx.IsFatal(e)) 1214if (Fx.IsFatal(e)) 1263if (Fx.IsFatal(e)) 1303if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
200if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorHandlingReceiver.cs (4)
29if (Fx.IsFatal(e)) 86if (Fx.IsFatal(e)) 122if (Fx.IsFatal(e)) 169if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (6)
103if (Fx.IsFatal(e)) 132if (Fx.IsFatal(e)) 170if (Fx.IsFatal(e)) 218if (Fx.IsFatal(e)) 276if (Fx.IsFatal(e)) 334if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (15)
140if (Fx.IsFatal(e)) 180if (Fx.IsFatal(e)) 224if (Fx.IsFatal(e)) 316if (Fx.IsFatal(e)) 348if (Fx.IsFatal(e)) 511if (Fx.IsFatal(e)) 580if (Fx.IsFatal(e)) 611if (Fx.IsFatal(e)) 644if (Fx.IsFatal(e)) 724if (Fx.IsFatal(e)) 768if (Fx.IsFatal(e)) 786if (Fx.IsFatal(e)) 800if (Fx.IsFatal(e)) 817if (Fx.IsFatal(e)) 837if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
42if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (5)
185if (Fx.IsFatal(e)) 212if (Fx.IsFatal(e)) 236if (Fx.IsFatal(e)) 260if (Fx.IsFatal(e)) 314if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (10)
173if (Fx.IsFatal(e)) 219if (Fx.IsFatal(e)) 238if (Fx.IsFatal(e)) 257if (Fx.IsFatal(e)) 276if (Fx.IsFatal(e)) 324if (Fx.IsFatal(e2)) 361if (Fx.IsFatal(e)) 388if (Fx.IsFatal(e)) 453if (Fx.IsFatal(e)) 483if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
186if (Fx.IsFatal(e)) 224if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
286if (Fx.IsFatal(ex))
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
303if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
250if (Fx.IsFatal(e) || !this.ShouldReadXmlReferenceKeyInfoClause)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
891if (!isOptional || Fx.IsFatal(e)) 909if (!isOptional || Fx.IsFatal(e)) 927if (!isOptional || Fx.IsFatal(e)) 945if (!isOptional || Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
632if (Fx.IsFatal(e)) 1084if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
1941if (Fx.IsFatal(e)) 2359if (Fx.IsFatal(e)) 2886if (Fx.IsFatal(e)) 2905if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
91if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
202if (Fx.IsFatal(e))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
547if (Fx.IsFatal(e)) 557if (Fx.IsFatal(e))