3 instantiations of ReflectableTaskPropertyInfo
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
63
propertyInfos[i] = new
ReflectableTaskPropertyInfo
(infos[i]);
Instance\TaskFactoryWrapper.cs (1)
270
propertyInfo = new
ReflectableTaskPropertyInfo
(propertyInfo, _taskFactory.TaskType);
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
151
Properties[i] = new
ReflectableTaskPropertyInfo
(props[i], outputAttribute, requiredAttribute, isAssignableToITask);
9 references to ReflectableTaskPropertyInfo
Microsoft.Build (4)
Instance\TaskFactoryWrapper.cs (4)
214
ReflectableTaskPropertyInfo
propertyInfo = (
ReflectableTaskPropertyInfo
)property;
232
return property is
ReflectableTaskPropertyInfo
propertyInfo
234
: InternalError.Throw<object?>($"Task does not implement IGeneratedTask and we don't have {typeof(
ReflectableTaskPropertyInfo
)} either.");
Microsoft.Build.Framework (5)
Loader\LoadedType.cs (2)
95
Properties = new
ReflectableTaskPropertyInfo
[props.Length];
233
internal
ReflectableTaskPropertyInfo
[] Properties { get; private set; }
ReflectableTaskPropertyInfo.cs (3)
31
/// Initializes a new instance of the <see cref="
ReflectableTaskPropertyInfo
"/> class.
46
/// Initializes a new instance of the <see cref="
ReflectableTaskPropertyInfo
"/> class.
60
/// Initializes a new <see cref="
ReflectableTaskPropertyInfo
"/> with three precomputed parameters. This is specifically