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