19 references to ThreadAbortException
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
79exception is ThreadAbortException ||
Microsoft.Private.Windows.Core (1)
System\ExceptionExtensions.cs (1)
22or ThreadAbortException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1173[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))]
netstandard (1)
netstandard.cs (1)
2134[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))]
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
26ex is System.Threading.ThreadAbortException ||
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
1627catch (ThreadAbortException)
System.Data.Common (2)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
232private static readonly Type s_threadAbortType = typeof(ThreadAbortException);
System\Data\DataSetUtil.cs (1)
93(e.GetType() != typeof(System.Threading.ThreadAbortException)) &&
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
232private static readonly Type s_threadAbortType = typeof(ThreadAbortException);
System.Drawing.Common (1)
System\Drawing\ClientUtils.cs (1)
18or Threading.ThreadAbortException
System.Private.CoreLib (1)
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
96catch (ThreadAbortException tae)
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExceptionUtility.cs (1)
17exception is ThreadAbortException)
System.Private.Windows.Core (1)
System\ExceptionExtensions.cs (1)
22or ThreadAbortException
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
256if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\DiagnosticUtility.cs (1)
19exception is ThreadAbortException)
System.Threading.Thread (1)
artifacts\obj\System.Threading.Thread\Debug\net11.0\System.Threading.Thread.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))]
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CriticalExceptions.cs (1)
26ex is System.Threading.ThreadAbortException ||
UIAutomationClient (1)
MS\Internal\Automation\Misc.cs (1)
211return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
803return e is NullReferenceException || e is StackOverflowException || e is OutOfMemoryException || e is System.Threading.ThreadAbortException;