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