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