3 references to attributeInfo
System.Activities.Presentation (3)
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);