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