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