9 references to GetResult
Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration.Tests (2)
ConformanceTests.cs (2)
97Task.Delay(1000).ConfigureAwait(false).GetAwaiter().GetResult(); 98service.Refreshers.First().RefreshAsync().ConfigureAwait(false).GetAwaiter().GetResult();
Microsoft.AspNetCore.Components (1)
Rendering\RendererSynchronizationContext.cs (1)
182antecedent.ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing).GetAwaiter().GetResult();
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
847.GetResult();
Microsoft.Build.Tasks.Core (1)
Unzip.cs (1)
283.GetResult();
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
1118awaitable.GetAwaiter().GetResult()
System.Net.Sockets (1)
System\Net\Sockets\Socket.cs (1)
2660((Task)ti).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing).GetAwaiter().GetResult();
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (2)
266awaiter.GetResult(); 280awaiter.GetResult();