1 write to Required
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
29Required = required;
4 references to Required
Microsoft.Build (2)
Instance\TaskFactoryWrapper.cs (1)
297if (propertyInfos[i].Required)
Instance\TaskRegistry.cs (1)
1854required = taskPropertyInfo.Required;
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);