2 writes to _invocationConfiguration
System.CommandLine (2)
ParseResult.cs (2)
79
get =>
_invocationConfiguration
??= new();
80
private set =>
_invocationConfiguration
= value;