1 instantiation of Application
dotnet-openapi (1)
Program.cs (1)
23var application = new Application(
12 references to Application
dotnet-openapi (12)
Application.cs (1)
99var assembly = typeof(Application).Assembly;
Commands\AddCommand.cs (3)
13public AddCommand(Application parent, IHttpClientWrapper httpClient) 21internal new Application Parent => (Application)base.Parent;
Commands\BaseCommand.cs (5)
44if (Parent is Application application) 50WorkingDirectory = ((Application)Parent.Parent).WorkingDirectory; 84private Application GetApplication() 87while (parent is not Application) 92return (Application)parent;
Commands\RefreshCommand.cs (1)
20public RefreshCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
Commands\RemoveCommand.cs (1)
20public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
Program.cs (1)
23var application = new Application(