1 write to PropertyType
Microsoft.Build.Framework (1)
TaskPropertyInfo.cs (1)
27PropertyType = typeOfParameter;
2 references to PropertyType
Microsoft.Build.Framework (2)
IGeneratedTask.cs (2)
19/// <param name="value">The value to set. The caller is responsible to type-coerce this value to match the property's <see cref="TaskPropertyInfo.PropertyType"/>.</param> 31/// The value of the property, the value's type will match the type given by <see cref="TaskPropertyInfo.PropertyType"/>.