Implemented interface member:
method
Initialize
Microsoft.Build.Framework.ITaskFactory2.Initialize(System.String, System.Collections.Generic.IDictionary<System.String, System.String>, System.Collections.Generic.IDictionary<System.String, Microsoft.Build.Framework.TaskPropertyInfo>, System.String, Microsoft.Build.Framework.IBuildEngine)
1 reference to Initialize
Microsoft.Build.Engine.UnitTests (1)
BackEnd\AssemblyTaskFactory_Tests.cs (1)
123taskFactory.Initialize(String.Empty, null, new Dictionary<string, TaskPropertyInfo>(), String.Empty, null);