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