1 write to type
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1756type = t;
4 references to type
System.Workflow.ComponentModel (4)
AuthoringOM\Bind.cs (4)
1406string additionalPath = (info.type == SourceValueType.Property) ? info.name : "[" + info.name + "]"; 1407string newPath = (string.IsNullOrEmpty(currentPath)) ? additionalPath : currentPath + ((info.type == SourceValueType.Property) ? "." : string.Empty) + additionalPath; 1412switch (info.type) 1454if (i < pathInfo.Count - 1 && pathInfo[i + 1].type == SourceValueType.Indexer && !string.IsNullOrEmpty(pathInfo[i + 1].name))