1 write to name
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1758name = n;
9 references to name
System.Workflow.ComponentModel (9)
AuthoringOM\Bind.cs (9)
1398if (string.IsNullOrEmpty(info.name)) 1406string additionalPath = (info.type == SourceValueType.Property) ? info.name : "[" + info.name + "]"; 1415MemberInfo[] members = PopulateMembers(propertyType, info.name); 1454if (i < pathInfo.Count - 1 && pathInfo[i + 1].type == SourceValueType.Indexer && !string.IsNullOrEmpty(pathInfo[i + 1].name)) 1456string[] arrayArgName = pathInfo[i + 1].name.Split(','); 1462newPath += "[" + pathInfo[i + 1].name + "]"; 1532if (!string.IsNullOrEmpty(info.name)) 1534string[] arrayArgName = info.name.Split(',');