5 references to Crossgen2
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
484
ToolPackSupport crossgen2PackSupport = AddToolPack(ToolPackType.
Crossgen2
, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences);
831
ToolPackType.
Crossgen2
=> KnownCrossgen2Packs,
864
if (toolPackType is ToolPackType.
Crossgen2
or ToolPackType.ILCompiler)
927
case ToolPackType.
Crossgen2
:
1055
if (toolPackType is not ToolPackType.
Crossgen2
&& EnableRuntimePackDownload)