5 references to Crossgen2
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
452
if (AddToolPack(ToolPackType.
Crossgen2
, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported)
783
ToolPackType.
Crossgen2
=> KnownCrossgen2Packs,
816
if (toolPackType is ToolPackType.
Crossgen2
or ToolPackType.ILCompiler)
860
case ToolPackType.
Crossgen2
:
955
if (toolPackType is not ToolPackType.
Crossgen2
&& EnableRuntimePackDownload)