1 write to _arch
Microsoft.NET.Build.Containers.IntegrationTests (1)
DockerSupportsArchInlineData.cs (1)
17_arch = arch;
3 references to _arch
Microsoft.NET.Build.Containers.IntegrationTests (3)
DockerSupportsArchInlineData.cs (3)
23if (DockerSupportsArchHelper.DaemonSupportsArch(_arch)) 25return new object[][] { _data.Prepend(_arch).ToArray() }; 29base.Skip = $"Skipping test because Docker daemon does not support {_arch}.";