15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
452if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 463case ToolPackSupport.UnsupportedForTargetFramework: 466case ToolPackSupport.UnsupportedForHostRuntimeIdentifier: 469case ToolPackSupport.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null: 472case ToolPackSupport.Supported: 479if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 528if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 775private ToolPackSupport AddToolPack( 801return ToolPackSupport.UnsupportedForTargetFramework; 834return ToolPackSupport.UnsupportedForHostRuntimeIdentifier; 873return ToolPackSupport.UnsupportedForTargetRuntimeIdentifier; 933return ToolPackSupport.UnsupportedForTargetFramework; 941return ToolPackSupport.UnsupportedForTargetFramework; 949return ToolPackSupport.UnsupportedForTargetFramework; 978return ToolPackSupport.Supported;