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