2 references to BuildCommandLineArgs
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
708
return new NodeLaunchData(GetMSBuildExecutablePathForNonNETRuntimes(hostContext),
BuildCommandLineArgs
(IsNodeReuseEnabled(hostContext)), new Handshake(hostContext));
734
string commandLineArgs =
BuildCommandLineArgs
(nodeReuseEnabled);