15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
474if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 485case ToolPackSupport.UnsupportedForTargetFramework: 488case ToolPackSupport.UnsupportedForHostRuntimeIdentifier: 491case ToolPackSupport.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null: 494case ToolPackSupport.Supported: 501if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 550if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 797private ToolPackSupport AddToolPack( 823return ToolPackSupport.UnsupportedForTargetFramework; 875return ToolPackSupport.UnsupportedForHostRuntimeIdentifier; 933return ToolPackSupport.UnsupportedForTargetRuntimeIdentifier; 1007return ToolPackSupport.UnsupportedForTargetFramework; 1015return ToolPackSupport.UnsupportedForTargetFramework; 1023return ToolPackSupport.UnsupportedForTargetFramework; 1052return ToolPackSupport.Supported;