5 references to Crossgen2
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
474if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 805ToolPackType.Crossgen2 => KnownCrossgen2Packs, 838if (toolPackType is ToolPackType.Crossgen2 or ToolPackType.ILCompiler) 901case ToolPackType.Crossgen2: 1029if (toolPackType is not ToolPackType.Crossgen2 && EnableRuntimePackDownload)