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