3 references to Category
Microsoft.DotNet.Build.Tasks.Workloads (3)
Metadata.cs (1)
12public static readonly string Category = nameof(Category);
Swix\SwixComponent.cs (2)
174resourceItem != null && !string.IsNullOrEmpty(resourceItem.GetMetadata(Metadata.Category)) ? resourceItem.GetMetadata(Metadata.Category) : DefaultValues.ComponentCategory ?? throw new Exception(Strings.ComponentCategoryCannotBeNull),