3 writes to ApplicationType
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (2)
240ApplicationType = type, 290ApplicationType = type,
TestVariant.cs (1)
46ApplicationType = info.GetValue<ApplicationType>(nameof(ApplicationType));
5 references to ApplicationType
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
37ApplicationType = variant.ApplicationType;
TestVariant.cs (4)
23var description = $"Server: {Server}, TFM: {Tfm}, Type: {ApplicationType}, Arch: {Architecture}"; 36info.AddValue(nameof(ApplicationType), ApplicationType, typeof(ApplicationType)); 46ApplicationType = info.GetValue<ApplicationType>(nameof(ApplicationType));