171 references to Throw
Binding.Tcp.IntegrationTests (1)
OperationContextAsyncFlowTests.cs (1)
124ExceptionDispatchInfo.Capture(callbackService.Exception).Throw();
GenerateDocumentationAndConfigFiles (2)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
InMemory.FunctionalTests (6)
Http2\Http2StreamTests.cs (3)
1914ExceptionDispatchInfo.Capture(exception).Throw(); 1999ExceptionDispatchInfo.Capture(exception).Throw(); 2061ExceptionDispatchInfo.Capture(exception).Throw();
Http3\Http3StreamTests.cs (3)
2565ExceptionDispatchInfo.Capture(exception).Throw(); 2637ExceptionDispatchInfo.Capture(exception).Throw(); 2691ExceptionDispatchInfo.Capture(exception).Throw();
JwtBearerSample (1)
Startup.cs (1)
59ExceptionDispatchInfo.Capture(authResult.Failure).Throw();
Metrics (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Metrics.Legacy (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.AspNetCore.Components (4)
ErrorBoundaryBase.cs (4)
77ExceptionDispatchInfo.Capture(exception).Throw(); 98ExceptionDispatchInfo.Capture(onExceptionTask.Exception!).Throw(); 113ChildContent = _ => ExceptionDispatchInfo.Capture(exception).Throw(); 114ErrorContent = _ => _ => ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Authorization.Tests (3)
src\Components\Shared\test\AutoRenderComponent.cs (1)
38ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\TestRenderer.cs (2)
91ExceptionDispatchInfo.Capture(exception).Throw(); 104ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
ImportMapTest.cs (2)
324ExceptionDispatchInfo.Capture(exception).Throw(); 337ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\AutoRenderComponent.cs (1)
38ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Forms.Tests (3)
src\Components\Shared\test\AutoRenderComponent.cs (1)
38ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\TestRenderer.cs (2)
91ExceptionDispatchInfo.Capture(exception).Throw(); 104ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Tests (4)
RendererTest.cs (1)
5216ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\AutoRenderComponent.cs (1)
38ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\TestRenderer.cs (2)
91ExceptionDispatchInfo.Capture(exception).Throw(); 104ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Web (2)
HtmlRendering\StaticHtmlRenderer.cs (2)
74ExceptionDispatchInfo.Capture(quiescenceTask.Exception.InnerException ?? quiescenceTask.Exception).Throw(); 82=> ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.Web.Tests (3)
src\Components\Shared\test\AutoRenderComponent.cs (1)
38ExceptionDispatchInfo.Capture(exception).Throw();
src\Components\Shared\test\TestRenderer.cs (2)
91ExceptionDispatchInfo.Capture(exception).Throw(); 104ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
92_dispatcher.InvokeAsync(() => ExceptionDispatchInfo.Capture(exception).Throw());
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
19 ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Components.WebView.Wpf (1)
WpfDispatcher.cs (1)
21 ExceptionDispatchInfo.Capture(exception).Throw();
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (2)
138edi.Throw(); 236edi.Throw(); // Re-throw wrapped exception or the original if we couldn't handle it
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\Grpc\JsonTranscoding\src\Shared\Server\UnaryServerMethodInvoker.cs (1)
165ex.Throw();
Microsoft.AspNetCore.Hosting (6)
GenericHost\GenericWebHostBuilder.cs (2)
114capture.Throw(); 269startupError?.Throw();
Internal\WebHost.cs (1)
206_applicationServicesException?.Throw();
Startup\ConventionBasedStartup.cs (2)
28ExceptionDispatchInfo.Capture(ex.InnerException!).Throw(); 41ExceptionDispatchInfo.Capture(ex.InnerException!).Throw();
WebHostBuilder.cs (1)
342capture.Throw();
Microsoft.AspNetCore.InternalTesting (1)
LoggedTest\LoggedTestBase.cs (1)
113_initializationException?.Throw();
Microsoft.AspNetCore.Mvc.Core (8)
Filters\MiddlewareFilterBuilder.cs (1)
78resourceExecutedContext.ExceptionDispatchInfo?.Throw();
Formatters\SystemTextJsonOutputFormatter.cs (1)
140exceptionDispatchInfo?.Throw();
Infrastructure\ControllerActionInvoker.cs (1)
504context.ExceptionDispatchInfo?.Throw();
Infrastructure\ResourceInvoker.cs (3)
1454context.ExceptionDispatchInfo?.Throw(); 1474context.ExceptionDispatchInfo?.Throw(); 1494context.ExceptionDispatchInfo?.Throw();
Infrastructure\SystemTextJsonResultExecutor.cs (1)
104exceptionDispatchInfo?.Throw();
ModelBinding\ModelBindingHelper.cs (1)
738ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
202exceptionDispatchInfo.Throw();
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
706context.ExceptionDispatchInfo?.Throw();
Microsoft.AspNetCore.Server.IIS (2)
Core\EmptyStream.cs (1)
81ExceptionDispatchInfo.Capture(_error).Throw();
Core\HttpRequestStream.cs (1)
129ExceptionDispatchInfo.Capture(_error).Throw();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpRequestPipeReader.cs (1)
128_error?.Throw();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionContext.cs (3)
159_abortReason!.Throw(); 173_abortReason!.Throw(); 183_abortReason?.Throw();
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (4)
635_threadException.Throw(); 1078ExceptionDispatchInfo.Capture(ae.InnerExceptions[0]).Throw(); 1153_threadException?.Throw(); 2084submissionException.Throw();
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
539plugin.InitializationException?.Throw(); 769plugin.InitializationException?.Throw();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
605exceptionFromExecution?.Throw();
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.CodeAnalysis (1)
InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.CodeAnalysis.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
ResultProviderTestBase.cs (3)
190ExceptionDispatchInfo.Capture(exception).Throw(); 259ExceptionDispatchInfo.Capture(exception).Throw(); 274ExceptionDispatchInfo.Capture(exception).Throw();
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\SuppressMessageAttributeTests.DiagnosticAnalyzers.cs (2)
284_exceptionDispatchInfo.Throw(); 303ExceptionDispatchInfo.Capture(_exception).Throw();
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestExportJoinableTaskContext+DenyExecutionSynchronizationContext.cs (1)
96_failedTransfer.Value.Throw();
Microsoft.DotNet.RemoteExecutor (1)
Program.cs (1)
97ExceptionDispatchInfo.Capture(exc).Throw();
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
652ExceptionDispatchInfo.Capture(allExceptionsArray[0]).Throw();
Microsoft.Extensions.Configuration.FileExtensions (1)
FileConfigurationProvider.cs (1)
151info.Throw();
Microsoft.Extensions.Hosting (2)
Internal\Host.cs (2)
159ExceptionDispatchInfo.Capture(singleException).Throw(); 293ExceptionDispatchInfo.Capture(singleException).Throw();
Microsoft.Extensions.Options (1)
ValidateOnStart.cs (1)
43ExceptionDispatchInfo.Capture(exceptions[0]).Throw();
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
197ExceptionDispatchInfo.Capture(tie.InnerException).Throw();
Microsoft.VisualStudio.IntegrationTest.Setup (1)
TestTraceListener.cs (1)
105ExceptionDispatchInfo.Capture(reportedException).Throw();
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
757System.Runtime.ExceptionServices.ExceptionDispatchInfo.Capture(e).Throw();
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (1)
67ExceptionDispatchInfo.Capture(ex).Throw();
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
System.Diagnostics.Process (1)
System\Diagnostics\AsyncStreamReader.cs (1)
249ThreadPool.QueueUserWorkItem(edi => ((ExceptionDispatchInfo)edi!).Throw(), ExceptionDispatchInfo.Capture(e));
System.IO.FileSystem.DriveInfo (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.cs (1)
70context._exception?.Throw();
System.IO.Pipelines (1)
System\IO\Pipelines\PipeCompletion.cs (1)
63edi.Throw();
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (1)
591e.Throw();
System\Net\Security\SslStream.cs (1)
910e.Throw();
System\Net\Security\SslStream.IO.cs (2)
535exception.Throw(); 540exception.Throw();
System.Net.Sockets (1)
System\Net\Sockets\Socket.cs (1)
972lastex?.Throw();
System.Net.WebClient (1)
src\libraries\Common\src\System\Threading\Tasks\RendezvousAwaitable.cs (1)
64error.Throw();
System.Private.CoreLib (12)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.cs (1)
70context._exception?.Throw();
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
95_exceptionDispatch.Throw();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (2)
143oceEdi.Throw(); 154edis[0].Throw();
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (1)
60public static void Throw(Exception source) => Capture(source).Throw();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
208context.CreationException?.Throw();
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
203edi?.Throw(); 289edi?.Throw();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (2)
111_error?.Throw(); 365edi?.Throw();
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1911targetContext.Post(static state => ((ExceptionDispatchInfo)state!).Throw(), edi); 1926ThreadPool.QueueUserWorkItem(static state => ((ExceptionDispatchInfo)state!).Throw(), edi);
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
762ExceptionDispatchInfo.Capture(errorToReport).Throw();
System.Text.Json (6)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
382ExceptionDispatchInfo?.Throw();
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
710_cachedConfigureError?.Throw(); 723_cachedConfigureError?.Throw();
System\Text\Json\Serialization\WriteStack.cs (3)
300ExceptionDispatchInfo.Capture(exception).Throw(); 326ExceptionDispatchInfo.Capture(exception).Throw(); 363ExceptionDispatchInfo.Capture(exception).Throw();
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
466error?.Throw(); 511error?.Throw();
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\ChainedRateLimiter.cs (1)
169ExceptionDispatchInfo.Capture(ex).Throw();
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
303ThreadPool.QueueUserWorkItem(static state => { ((ExceptionDispatchInfo)state!).Throw(); }, edi);
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
600ExceptionDispatchInfo.Capture(ex).Throw();
System.Windows.Forms.TestUtilities (1)
PropertyGridInternal\SubPropertyGrid.cs (1)
78ExceptionDispatchInfo.Capture(exception).Throw();
System.Windows.Forms.UI.IntegrationTests (1)
Infra\DenyExecutionSynchronizationContext.cs (1)
40_failedTransfer.Value.Throw();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
32_exceptionDispatchInfo.Throw();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
32_exceptionDispatchInfo.Throw();
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
32_exceptionDispatchInfo.Throw();
Templates.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
32_exceptionDispatchInfo.Throw();
Test.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Text.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (1)
132ExceptionDispatchInfo.Capture(e.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
79ExceptionDispatchInfo.Capture(ex.InnerException).Throw();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
53ExceptionDispatchInfo.Capture(ex.InnerException ?? ex).Throw();
Wasm.Performance.ConsoleHost (1)
ConsoleHostRenderer.cs (1)
24ExceptionDispatchInfo.Capture(exception).Throw();
WindowsBase.Tests (2)
Helpers.cs (2)
37edi?.Throw(); 64edi.Throw();
xunit.assert (1)
MultipleAsserts.cs (1)
48 ExceptionDispatchInfo.Capture(exceptions[0]).Throw();