9 instantiations of Program
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)
26var app = new Program(_console); 52var app = new Program(_console); 78var app = new Program(_console); 105var app = new Program(_console); 139var app = new Program(_console); 168var app = new Program(_console); 195var app = new Program(_console); 221var app = new Program(_console);
10 references to Program
Microsoft.Extensions.ApiDescription.Tool.Tests (10)
GetDocumentTests.cs (10)
18private readonly string _testAppFrameworkMoniker = typeof(Program).Assembly.GetCustomAttribute<TargetFrameworkAttribute>().FrameworkName; 19private readonly string _toolsDirectory = Path.GetDirectoryName(typeof(Program).Assembly.Location); 26var app = new Program(_console); 52var app = new Program(_console); 78var app = new Program(_console); 105var app = new Program(_console); 139var app = new Program(_console); 168var app = new Program(_console); 195var app = new Program(_console); 221var app = new Program(_console);