9 instantiations of Program
GetDocument.Insider (1)
Program.cs (1)
21
return new
Program
(console).Run(args, new GetDocumentCommand(console), throwOnUnexpectedArg: true);
Microsoft.Extensions.ApiDescription.Tool.Tests (8)
GetDocumentTests.cs (8)
26
var app = new
Program
(_console);
52
var app = new
Program
(_console);
78
var app = new
Program
(_console);
105
var app = new
Program
(_console);
139
var app = new
Program
(_console);
168
var app = new
Program
(_console);
195
var app = new
Program
(_console);
221
var app = new
Program
(_console);
10 references to Program
Microsoft.Extensions.ApiDescription.Tool.Tests (10)
GetDocumentTests.cs (10)
18
private readonly string _testAppFrameworkMoniker = typeof(
Program
).Assembly.GetCustomAttribute<TargetFrameworkAttribute>().FrameworkName;
19
private readonly string _toolsDirectory = Path.GetDirectoryName(typeof(
Program
).Assembly.Location);
26
var
app = new Program(_console);
52
var
app = new Program(_console);
78
var
app = new Program(_console);
105
var
app = new Program(_console);
139
var
app = new Program(_console);
168
var
app = new Program(_console);
195
var
app = new Program(_console);
221
var
app = new Program(_console);