6 types derived from BaseCommand
dotnet-openapi (6)
Commands\AddCommand.cs (1)
9
internal sealed class AddCommand :
BaseCommand
Commands\AddFileCommand.cs (1)
14
internal sealed class AddFileCommand :
BaseCommand
Commands\AddProjectCommand.cs (1)
12
internal sealed class AddProjectCommand :
BaseCommand
Commands\AddURLCommand.cs (1)
12
internal sealed class AddURLCommand :
BaseCommand
Commands\RefreshCommand.cs (1)
14
internal sealed class RefreshCommand :
BaseCommand
Commands\RemoveCommand.cs (1)
14
internal sealed class RemoveCommand :
BaseCommand
2 references to BaseCommand
dotnet-openapi (2)
Commands\AddProjectCommand.cs (1)
18
public AddProjectCommand(
BaseCommand
parent, IHttpClientWrapper httpClient)
HttpClientWrapper.cs (1)
59
if (_response.Headers.TryGetValues(
BaseCommand
.ContentDispositionHeaderName, out var disposition))