1 instantiation of StartInstance
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
1251
var startInstance = new
StartInstance
();
5 references to StartInstance
Microsoft.AspNetCore.Hosting.Tests (5)
WebHostTests.cs (5)
1234
public IList<
StartInstance
> StartInstances { get; } = new List<
StartInstance
>();
1251
var
startInstance = new StartInstance();
1272
foreach (
var
startInstance in StartInstances)
1285
foreach (
var
startInstance in StartInstances)