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