1 write to HostingModels
Microsoft.AspNetCore.Server.IntegrationTesting (1)
TestMatrix.cs (1)
69
HostingModels
= models;
5 references to HostingModels
Microsoft.AspNetCore.Server.IntegrationTesting (5)
TestMatrix.cs (5)
75
HostingModels
.Add(HostingModel.OutOfProcess);
76
HostingModels
.Add(HostingModel.InProcess);
112
if (!
HostingModels
.Any())
114
HostingModels
.Add(HostingModel.OutOfProcess);
269
foreach (var hostingModel in
HostingModels
)