2 instantiations of ConstructorArgument
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (1)
586[ConstructorArgument("name")]
AuthoringOM\Serializer\XamlInterfaces.cs (1)
218[ConstructorArgument("type")]
2 references to ConstructorArgument
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (2)
116object[] attributes = serializableProperty.GetCustomAttributes(typeof(ConstructorArgumentAttribute), false); 117if (attributes.Length > 0 && constructorArguments.ContainsKey((attributes[0] as ConstructorArgumentAttribute).ArgumentName))