Identifies where a diagnostic value originated from.
public enum CommandDiagnosticSource
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandLineThe value originated from the command line token stream passed to RunAsync.EnvironmentVariableThe value originated from an environment variable fallback.OtherOther or unknown origin.ResponseFileThe value originated from a response file (for example @args.txt).