5 references to Title
Microsoft.DotNet.Build.Tasks.Workloads (3)
Metadata.cs (1)
53public static readonly string Title = nameof(Title);
Swix\SwixComponent.cs (2)
171resourceItem != null && !string.IsNullOrEmpty(resourceItem.GetMetadata(Metadata.Title)) ? resourceItem.GetMetadata(Metadata.Title) : workload.Description ?? throw new Exception(Strings.ComponentTitleCannotBeNull),
Microsoft.DotNet.Build.Tasks.Workloads.Tests (2)
CreateVisualStudioWorkloadTests.cs (2)
42.WithMetadata(Metadata.Title, ".NET WebAssembly Build Tools (Emscripten)") 179.WithMetadata(Metadata.Title, ".NET WebAssembly Build Tools (Emscripten)")