15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
478if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 489case ToolPackSupport.UnsupportedForTargetFramework: 492case ToolPackSupport.UnsupportedForHostRuntimeIdentifier: 495case ToolPackSupport.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null: 498case ToolPackSupport.Supported: 505if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 554if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 801private ToolPackSupport AddToolPack( 827return ToolPackSupport.UnsupportedForTargetFramework; 879return ToolPackSupport.UnsupportedForHostRuntimeIdentifier; 937return ToolPackSupport.UnsupportedForTargetRuntimeIdentifier; 1011return ToolPackSupport.UnsupportedForTargetFramework; 1019return ToolPackSupport.UnsupportedForTargetFramework; 1027return ToolPackSupport.UnsupportedForTargetFramework; 1056return ToolPackSupport.Supported;