2 references to FromArgs
dotnet (1)
Commands\Restore\RestoreCommand.cs (1)
60return FromArgs(args).Execute();
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetRestoreInvocation.cs (1)
53((MSBuildForwardingApp)RestoreCommand.FromArgs(args, msbuildPath))