3 writes to _propertyInfo
Microsoft.Build.Framework (3)
ReflectableTaskPropertyInfo.cs (3)
51_propertyInfo = propertyInfo; 66_propertyInfo = propertyInfo; 79_propertyInfo = _taskType.GetProperty(Name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase);
3 references to _propertyInfo
Microsoft.Build.Framework (3)
ReflectableTaskPropertyInfo.cs (3)
77if (_propertyInfo == null) 80FrameworkErrorUtilities.VerifyThrow(_propertyInfo != null, $"Could not find property {Name} on type {_taskType.FullName} that the task factory indicated should exist."); 83return _propertyInfo;