31 references to ThreadAbortException
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
79exception is ThreadAbortException ||
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
830else if (ex is ThreadAbortException)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
865else if (type == typeof(ThreadAbortException))
BackEnd\Node\InProcNode.cs (1)
174catch (ThreadAbortException)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Interaction.vb (2)
267Catch ex As ThreadAbortException 287Catch ex As ThreadAbortException
MSBuild (2)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
OutOfProcTaskHostNode.cs (1)
950catch (ThreadAbortException)
MSBuildTaskHost (2)
ExceptionHandling.cs (1)
103|| e is ThreadAbortException
OutOfProcTaskHostNode.cs (1)
950catch (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)
1631catch (ThreadAbortException)
System.Data.Common (2)
src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
235private 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)
235private static readonly Type s_threadAbortType = typeof(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)
20or 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\net10.0\System.Threading.Thread.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.ThreadAbortException))]
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
2079if (e is ThreadAbortException || e is StackOverflowException || e is OutOfMemoryException)
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;