3 instantiations of SourceValueInfo
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
1804SourceValueInfo info = new SourceValueInfo(SourceValueType.Property, this.drillIn, string.Empty); 1868SourceValueInfo info = new SourceValueInfo( 1892SourceValueInfo info = new SourceValueInfo(
12 references to SourceValueInfo
System.Workflow.ComponentModel (12)
AuthoringOM\Bind.cs (12)
1333private SourceValueInfo info; 1336public PathErrorInfoEventArgs(SourceValueInfo info, string currentPath) 1391List<SourceValueInfo> pathInfo = parser.Parse(path, true); 1396SourceValueInfo info = pathInfo[i]; 1770private List<SourceValueInfo> al = new List<SourceValueInfo>(); 1772private static List<SourceValueInfo> EmptyInfo = new List<SourceValueInfo>(1); 1790internal List<SourceValueInfo> Parse(string path, bool returnResultBeforeError) 1804SourceValueInfo info = new SourceValueInfo(SourceValueType.Property, this.drillIn, string.Empty); 1868SourceValueInfo info = new SourceValueInfo( 1892SourceValueInfo info = new SourceValueInfo(