17 references to ToolPackSupport
Microsoft.NET.Build.Tasks (17)
ProcessFrameworkReferences.cs (17)
484ToolPackSupport crossgen2PackSupport = AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences); 485if (crossgen2PackSupport is not ToolPackSupport.Supported) 494else if (crossgen2PackSupport is ToolPackSupport.UnsupportedForHostRuntimeIdentifier) 511case ToolPackSupport.UnsupportedForTargetFramework: 514case ToolPackSupport.UnsupportedForHostRuntimeIdentifier: 517case ToolPackSupport.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null: 520case ToolPackSupport.Supported: 527if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 576if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 823private ToolPackSupport AddToolPack( 849return ToolPackSupport.UnsupportedForTargetFramework; 901return ToolPackSupport.UnsupportedForHostRuntimeIdentifier; 959return ToolPackSupport.UnsupportedForTargetRuntimeIdentifier; 1033return ToolPackSupport.UnsupportedForTargetFramework; 1041return ToolPackSupport.UnsupportedForTargetFramework; 1049return ToolPackSupport.UnsupportedForTargetFramework; 1078return ToolPackSupport.Supported;