4 references to TryGetCommandLine
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
515
if (!process.
TryGetCommandLine
(out string commandLine))
694
if (!process.
TryGetCommandLine
(out string commandLine))
Microsoft.Build.Utilities.UnitTests (2)
ProcessExtensions_Tests.cs (2)
61
p.
TryGetCommandLine
(out string commandLine).ShouldBeTrue();
91
p.
TryGetCommandLine
(out string commandLine).ShouldBeTrue();