1 write to Output
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
28Output = output;
4 references to Output
Microsoft.Build (2)
Instance\TaskFactoryWrapper.cs (1)
308if (propertyInfos[i].Output)
Instance\TaskRegistry.cs (1)
1853output = taskPropertyInfo.Output;
Microsoft.Build.Framework (1)
ReflectableTaskPropertyInfo.cs (1)
34: base(taskPropertyInfo.Name, taskPropertyInfo.PropertyType, taskPropertyInfo.Output, taskPropertyInfo.Required)
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
247CreateProperty(codeTypeDeclaration, propertyInfo.Name, propertyInfo.PropertyType, null, propertyInfo.Output, propertyInfo.Required);