21 references to TaskPropertyInfo
Microsoft.Build (5)
Instance\ReflectableTaskPropertyInfo.cs (3)
35
:
base
(taskPropertyInfo.Name, taskPropertyInfo.PropertyType, taskPropertyInfo.Output, taskPropertyInfo.Required)
46
:
base
(
61
:
base
(
Instance\TaskRegistry.cs (2)
1891
UsingTaskParameters.Add(parameter.Name, new
TaskPropertyInfo
(parameter.Name, paramType, output, required));
1935
taskPropertyInfo = new
TaskPropertyInfo
(name, propertyType, output, required);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskBuilderTestTask.cs (1)
1308
propertyInfos[i] = new
TaskPropertyInfo
(
Microsoft.Build.Tasks.Core (2)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
202
.Select(i => new
TaskPropertyInfo
(
XamlTaskFactory\XamlTaskFactory.cs (1)
249
propertyInfos[i] = new
TaskPropertyInfo
(
Microsoft.Build.Tasks.UnitTests (10)
RoslynCodeTaskFactory_Tests.cs (10)
367
new
TaskPropertyInfo
("Parameter1", typeof(string), output: false, required: true),
368
new
TaskPropertyInfo
("Parameter2", typeof(string), output: true, required: false),
369
new
TaskPropertyInfo
("Parameter3", typeof(string), output: true, required: true),
370
new
TaskPropertyInfo
("Parameter4", typeof(ITaskItem), output: false, required: false),
371
new
TaskPropertyInfo
("Parameter5", typeof(ITaskItem[]), output: false, required: false),
476
new
TaskPropertyInfo
("Parameter1", typeof(string), output: false, required: true),
477
new
TaskPropertyInfo
("Parameter2", typeof(string), output: true, required: false),
478
new
TaskPropertyInfo
("Parameter3", typeof(string), output: true, required: true),
479
new
TaskPropertyInfo
("Parameter4", typeof(ITaskItem), output: false, required: false),
480
new
TaskPropertyInfo
("Parameter5", typeof(ITaskItem[]), output: false, required: false),
MSBuild (3)
ReflectableTaskPropertyInfo.cs (3)
35
:
base
(taskPropertyInfo.Name, taskPropertyInfo.PropertyType, taskPropertyInfo.Output, taskPropertyInfo.Required)
46
:
base
(
61
:
base
(