2 references to FromPathAsync
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (1)
371
this.Project = await MSBuildProj.
FromPathAsync
(projectFile, this.Logger, cancellationToken).ConfigureAwait(false);
Shared\Options\OptionValueParser.cs (1)
64
value = CreateValue<MSBuildProj>(() => MSBuildProj.
FromPathAsync
(stringValue, null, System.Threading.CancellationToken.None).Result, option, stringValue);