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