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