1 write to Required
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
29
Required
= required;
4 references to Required
Microsoft.Build (2)
Instance\TaskFactoryWrapper.cs (1)
297
if (propertyInfos[i].
Required
)
Instance\TaskRegistry.cs (1)
1854
required = 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)
247
CreateProperty(codeTypeDeclaration, propertyInfo.Name, propertyInfo.PropertyType, null, propertyInfo.Output, propertyInfo.
Required
);