2 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)
754return await BuildAsync(logger, cancellationToken).ConfigureAwait(false);