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