2 writes to _action
System.CommandLine (2)
ParseDiagramDirective.cs (2)
24
get =>
_action
??= new ParseDiagramAction(ParseErrorReturnValue);
25
set =>
_action
= value ?? throw new ArgumentNullException(nameof(value));