9 instantiations of GetDocumentCommand
GetDocument.Insider (1)
Program.cs (1)
21return new Program(console).Run(args, new GetDocumentCommand(console), throwOnUnexpectedArg: true);
Microsoft.Extensions.ApiDescription.Tool.Tests (8)
GetDocumentTests.cs (8)
36], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 63], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 89], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 116], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 150], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 179], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 206], new GetDocumentCommand(_console), throwOnUnexpectedArg: false); 232], new GetDocumentCommand(_console), throwOnUnexpectedArg: false);
1 reference to GetDocumentCommand
GetDocument.Insider (1)
Commands\GetDocumentCommand.cs (1)
62var thisAssembly = typeof(GetDocumentCommand).Assembly;