2 writes to Inherited
dotnet-openapi (2)
Application.cs (1)
38Help.Inherited = true;
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
103Inherited = inherited
1 reference to Inherited
dotnet-openapi (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
74expr = expr.Concat(rootNode.Options.Where(o => o.Inherited));