3 references to TryGetCommandLine
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
518if (!process.TryGetCommandLine(out string commandLine)) 692if (!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?)"/>