1 write to Output
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
28
Output
= output;
11 references to Output
Microsoft.Build (3)
Instance\ReflectableTaskPropertyInfo.cs (1)
35
: base(taskPropertyInfo.Name, taskPropertyInfo.PropertyType, taskPropertyInfo.
Output
, taskPropertyInfo.Required)
Instance\TaskFactoryWrapper.cs (1)
314
if (propertyInfos[i].
Output
)
Instance\TaskRegistry.cs (1)
1793
output = taskPropertyInfo.
Output
;
Microsoft.Build.Engine.UnitTests (7)
BackEnd\TaskRegistry_Tests.cs (5)
1327
Assert.False(parameterInfo.
Output
);
1334
Assert.True(parameterInfo.
Output
);
1576
Assert.False(((TaskPropertyInfo)registry.TaskRegistrations[new TaskRegistry.RegisteredTaskIdentity("Name", null)][0].ParameterGroupAndTaskBody.UsingTaskParameters["ParameterWithAllAttributesHardCoded"]).
Output
);
1591
Assert.False(((TaskPropertyInfo)registry.TaskRegistrations[new TaskRegistry.RegisteredTaskIdentity("Name", null)][0].ParameterGroupAndTaskBody.UsingTaskParameters["ParameterWithAllAttributesHardCoded"]).
Output
);
1704
Assert.Equal(parameterInfo.
Output
, bool.Parse(expandedOutput));
TestComparers\TaskRegistryComparers.cs (2)
103
Assert.Equal(x.
Output
, y.
Output
);
MSBuild (1)
ReflectableTaskPropertyInfo.cs (1)
35
: base(taskPropertyInfo.Name, taskPropertyInfo.PropertyType, taskPropertyInfo.
Output
, taskPropertyInfo.Required)