4 references to TryGetCommandLine
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
521
if (!process.
TryGetCommandLine
(out string commandLine))
700
if (!process.
TryGetCommandLine
(out string commandLine))
Microsoft.Build.Utilities.UnitTests (2)
ProcessExtensions_Tests.cs (2)
60
p.
TryGetCommandLine
(out string commandLine).ShouldBeTrue();
90
p.
TryGetCommandLine
(out string commandLine).ShouldBeTrue();