Home
last modified time | relevance | path

Searched refs:TaskBody (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DUsingTaskBodyElement_Tests.cs36 Assert.Equal("Contents", body.TaskBody); in ReadBody()
89 body.TaskBody = "MoreContents"; in SetValue()
90 Assert.Equal("MoreContents", body.TaskBody); in SetValue()
103 body.TaskBody = String.Empty; in SetEmptyValue()
104 Assert.Equal(String.Empty, body.TaskBody); in SetEmptyValue()
117 body.TaskBody = null; in SetInvalidNullValue()
150 ProjectUsingTaskBodyElement body = usingTask.TaskBody; in GetBodyXml()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectUsingTaskBodyElement.cs39 TaskBody = body; in ProjectUsingTaskBodyElement()
47 … public string TaskBody { get { return taskBody ?? String.Empty; } set { taskBody = value; } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
55 if (!string.IsNullOrWhiteSpace (TaskBody)) in SaveValue()
56 writer.WriteRaw (TaskBody); in SaveValue()
71 TaskBody = reader.ReadInnerXml (); in LoadValue()
H A DProjectUsingTaskElement.cs61 public ProjectUsingTaskBodyElement TaskBody { property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Internal/
H A DBuildTaskDatabase.cs79 public string TaskBody { get; set; } property in Microsoft.Build.Internal.BuildTaskDatabase.TaskDescription
141 TaskBody = ut.TaskBody != null && cond (ut.TaskBody.Condition) ? ut.TaskBody.TaskBody : null, in LoadUsingTasks()
H A DBuildTaskFactory.cs67 … tf2.Initialize (name, factoryIdentityParameters, td.TaskFactoryParameters, td.TaskBody, engine); in CreateTask()
69 tf.Initialize (name, td.TaskFactoryParameters, td.TaskBody, engine); in CreateTask()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectUsingTaskBodyElement.cs64 public string TaskBody property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
136 taskElement.TaskBody = body; in CreateDisconnected()
152 return owner.CreateUsingTaskBodyElement(this.Evaluate, this.TaskBody); in CreateNewInstance()
H A DProjectUsingTaskElement.cs155 public ProjectUsingTaskBodyElement TaskBody property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_task.cpp904 struct TaskBody: public task { struct
905 TaskBody() {} in TaskBody() function
906 TaskBody(task_marker_t /*mark*/) {} in TaskBody() function
916 TaskBody; in execute()
929 TaskBody; in execute()
1030 … WorkCreator<TaskBody, task::spawn>(g_root_task, /*num_tasks=*/size_t(num_threads)) ); in TestSchedulerTaskSelectionWhenSpawn()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_task.cpp904 struct TaskBody: public task { struct
905 TaskBody() {} in TaskBody() function
906 TaskBody(task_marker_t /*mark*/) {} in TaskBody() function
916 TaskBody; in execute()
929 TaskBody; in execute()
1030 … WorkCreator<TaskBody, task::spawn>(g_root_task, /*num_tasks=*/size_t(num_threads)) ); in TestSchedulerTaskSelectionWhenSpawn()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_task.cpp904 struct TaskBody: public task { struct
905 TaskBody() {} in TaskBody() argument
906 TaskBody(task_marker_t /*mark*/) {} in TaskBody() function
916 TaskBody; in execute()
929 TaskBody; in execute()
1030 … WorkCreator<TaskBody, task::spawn>(g_root_task, /*num_tasks=*/size_t(num_threads)) ); in TestSchedulerTaskSelectionWhenSpawn()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DTaskRegistry.cs1568 ProjectUsingTaskBodyElement taskElement = projectUsingTaskXml.TaskBody;
1612 …_inlineTaskXmlBody = expander.ExpandIntoStringLeaveEscaped(taskElement.TaskBody, expanderOptions, …
1616 _inlineTaskXmlBody = taskElement.TaskBody;
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs286 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
295 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs324 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
333 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs348 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
363 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.cs342 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
357 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.Build.cs348 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
363 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build/
H A DMicrosoft.Build.cs372 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
388 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/net/
H A DMicrosoft.Build.cs413 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
429 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/netstandard/
H A DMicrosoft.Build.cs413 public string TaskBody { get { throw null; } set { } } property in Microsoft.Build.Construction.ProjectUsingTaskBodyElement
429 … public Microsoft.Build.Construction.ProjectUsingTaskBodyElement TaskBody { get { throw null; } } property in Microsoft.Build.Construction.ProjectUsingTaskElement
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DTaskRegistry_Tests.cs1791 ProjectUsingTaskBodyElement bodyElement = taskElement.TaskBody; in EvaluateWithBody()

12