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