9 references to GetResult
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContext.cs (1)
182antecedent.ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing).GetAwaiter().GetResult();
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
756.GetResult();
Microsoft.Build.Tasks.Core (1)
Unzip.cs (1)
266.GetResult();
Microsoft.Extensions.Hosting.Testing (1)
FakeHost.cs (1)
121StopAsync().ConfigureAwait(false).GetAwaiter().GetResult();
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
1085awaitable.GetAwaiter().GetResult()
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\SingleInstanceHelpersTests.vb (1)
67awaitable.GetAwaiter().GetResult()
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\ApplicationServices\SingleInstanceTests.cs (1)
63awaitable.GetAwaiter().GetResult();
System.Net.Sockets (1)
System\Net\Sockets\Socket.cs (1)
2649((Task)ti).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing).GetAwaiter().GetResult();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (1)
123awaiter.GetResult();