Instance\TaskRegistry.cs (7)
24using TargetLoggingContext = Microsoft.Build.BackEnd.Logging.TargetLoggingContext;
455TargetLoggingContext targetLoggingContext,
514TargetLoggingContext targetLoggingContext,
755TargetLoggingContext targetLoggingContext,
1274internal bool CanTaskBeCreatedByFactory(string taskName, string taskProjectFile, TaskHostParameters taskIdentityParameters, TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, bool isMultiThreadedBuild)
1383internal TaskFactoryWrapper GetTaskFactoryFromRegistrationRecord(string taskName, string taskProjectFile, in TaskHostParameters taskIdentityParameters, TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, bool isMultiThreadedBuild)
1398private bool GetTaskFactory(TargetLoggingContext targetLoggingContext, ElementLocation elementLocation, string taskProjectFile, bool isMultiThreadedBuild)