4 references to DotNetNewAsync
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
123
this.MSBuildProj = await MSBuildProj.
DotNetNewAsync
(projectFullPath, logger, cancellationToken).ConfigureAwait(false);
CommandProcessorOptions.cs (1)
709
using (var proj = await MSBuildProj.
DotNetNewAsync
(projectFullPath, this.Logger, cancellationToken).ConfigureAwait(false))
dotnet-svcutil-lib.Tests (2)
ProjectUtils.cs (2)
44
project = MSBuildProj.
DotNetNewAsync
(filePath, logger, token, "--langVersion latest --framework " + targetFramework).Result;
48
project = MSBuildProj.
DotNetNewAsync
(filePath, logger, token).Result;