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