3 references to attributeInfo
System.Data (3)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\AttributeConverter.cs (3)
30AttributeConverter<TAttribute, TAttributeInfo>.attributeConstructor = this.attributeInfo.GetConstructor(); 64ICollection arguments = this.attributeInfo.GetConstructorArguments(attribute, ref constructor); 65return new InstanceDescriptor(constructor, arguments, this.attributeInfo.IsComplete);