5 references to CommandLineSource
Microsoft.Build.Framework (5)
Utilities\ProcessExtensions.cs (5)
73private static CommandLineSource GetConfiguredCommandLineSource() 78return CommandLineSource.None; 81return Enum.TryParse(value, ignoreCase: true, out CommandLineSource parsed) 83: CommandLineSource.None; 91public static bool TryGetCommandLine(this Process? process, CommandLineSource source, out string? commandLine)