4 references to Crossgen2ContainerFormat
Microsoft.NET.Build.Tasks (4)
RunReadyToRunCompiler.cs (4)
353if (!string.IsNullOrEmpty(Crossgen2ContainerFormat)) 355result.AppendLine($"--obj-format:{Crossgen2ContainerFormat}"); 384if (_createCompositeImage || (!string.IsNullOrEmpty(Crossgen2ContainerFormat) && Crossgen2ContainerFormat != "pe"))