6 references to TaskParameterTypeRegistry
Microsoft.Build (4)
Instance\TaskRegistry.cs (4)
1631
/// <see cref="
TaskParameterTypeRegistry
"/> before the first <c><ParameterGroup></c> is
1639
TaskParameterTypeRegistry
.RegisterTaskItemType<ProjectItemInstance.TaskItem>();
1738
/// <see cref="
TaskParameterTypeRegistry
"/> does not know; it is reached only when the
1793
Type paramType =
TaskParameterTypeRegistry
.TryGetType(expandedType);
Microsoft.Build.Utilities.Core (2)
TaskItem.cs (2)
194
=>
TaskParameterTypeRegistry
.RegisterValueType<T>();
219
=>
TaskParameterTypeRegistry
.RegisterTaskItemType<T>();