1 write to ApplicationTypes
Microsoft.AspNetCore.Server.IntegrationTesting (1)
TestMatrix.cs (1)
37
ApplicationTypes
= types;
6 references to ApplicationTypes
Microsoft.AspNetCore.Server.IntegrationTesting (6)
TestMatrix.cs (6)
43
ApplicationTypes
.Add(ApplicationType.Portable);
44
ApplicationTypes
.Add(ApplicationType.Standalone);
107
if (!
ApplicationTypes
.Any())
109
ApplicationTypes
.Add(ApplicationType.Portable);
200
foreach (var t in
ApplicationTypes
)
205
if (
ApplicationTypes
.Count == 1)