3 references to BuildAsync
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
201var buildResult = await this.MSBuildProj.BuildAsync(logger, cancellationToken).ConfigureAwait(false);
Shared\MSBuildProj.cs (1)
737return await BuildAsync(logger, cancellationToken).ConfigureAwait(false);
dotnet-svcutil-lib.Tests (1)
ProjectUtils.cs (1)
77ret = project.BuildAsync(logger, token).Result;