14 references to GetResult
dotnet-aot (3)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (3)
658
true, false, cancellationToken).ConfigureAwait(false).GetAwaiter().
GetResult
())];
744
true, false, cancellationToken).ConfigureAwait(false).GetAwaiter().
GetResult
())];
872
var result = task.ConfigureAwait(false).GetAwaiter().
GetResult
();
dotnet-svcutil-lib.Tests (1)
TestInit.cs (1)
135
ProcessRunner.ProcessResult procResult = ProcessRunner.TryRunAsync("dotnet", "--version", Directory.GetCurrentDirectory(), null, new CancellationToken()).ConfigureAwait(false).GetAwaiter().
GetResult
();
Microsoft.Build (3)
BackEnd\Client\MSBuildClientPacketPump.cs (2)
245
headerBytesRead = readTask.ConfigureAwait(false).GetAwaiter().
GetResult
();
282
int bytesRead = bytesReadTask.IsCompleted ? bytesReadTask.Result : bytesReadTask.AsTask().ConfigureAwait(false).GetAwaiter().
GetResult
();
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
718
bytesRead = readTask.ConfigureAwait(false).GetAwaiter().
GetResult
();
Microsoft.Build.Tasks.Core (2)
TarDirectory.cs (1)
130
.
GetResult
();
Untar.cs (1)
110
.
GetResult
();
Microsoft.Extensions.ML (1)
ModelLoaders\UriModelLoader.cs (1)
49
if (LoadModelAsync().ConfigureAwait(false).GetAwaiter().
GetResult
())
MSBuild (1)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
718
bytesRead = readTask.ConfigureAwait(false).GetAwaiter().
GetResult
();
System.CommandLine (2)
Invocation\ParseErrorAction.cs (1)
82
asyncAction.InvokeAsync(parseResult, CancellationToken.None).ConfigureAwait(false).GetAwaiter().
GetResult
();
ParseResult.cs (1)
323
return InvocationPipeline.InvokeAsync(this, CancellationToken.None).ConfigureAwait(false).GetAwaiter().
GetResult
();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.cs (1)
347
return awaiter.
GetResult
();