3 references to Register
Microsoft.Build.Framework (2)
TaskClassRegistration.cs (2)
17
/// <see cref="TaskClassRegistry.
Register
(string, Func{ITask})"/> overload - where only an untyped factory is
33
/// <see cref="TaskClassRegistry.
Register
(string, Func{ITask})"/> overload it is computed on first use by
Microsoft.Build.Utilities.Core (1)
Task.cs (1)
215
=> TaskClassRegistry.
Register
(taskName, factory);