3 references to TryGetCommandLine
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
605if (!process.TryGetCommandLine(out string commandLine)) 779if (!process.TryGetCommandLine(out string commandLine))
Microsoft.Build.Framework (1)
Utilities\ProcessExtensions.cs (1)
219/// Do not attempt to retrieve the command line. Default behavior; <see cref="TryGetCommandLine(Process?, out string?)"/>