Instance\TaskRegistry.cs (7)
23using TargetLoggingContext = Microsoft.Build.BackEnd.Logging.TargetLoggingContext;
453TargetLoggingContext targetLoggingContext,
511TargetLoggingContext targetLoggingContext,
761TargetLoggingContext targetLoggingContext,
1284internal bool CanTaskBeCreatedByFactory(string taskName, string taskProjectFile, TaskHostParameters taskIdentityParameters, TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, bool isMultiThreadedBuild)
1392internal TaskFactoryWrapper GetTaskFactoryFromRegistrationRecord(string taskName, string taskProjectFile, in TaskHostParameters taskIdentityParameters, TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, bool isMultiThreadedBuild)
1406private bool GetTaskFactory(TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, string taskProjectFile, bool isMultiThreadedBuild)