2 instantiations of ContentInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
509contents.Add(new ContentInfo(obj2, lineNumber, linePosition)); 518contents.Add(new ContentInfo(reader.ReadString(), lineNumber, linePosition));
5 references to ContentInfo
System.Workflow.ComponentModel (5)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (5)
424List<ContentInfo> contents = new List<ContentInfo>(); 2984internal void SetContents(IList<ContentInfo> contents) 2994foreach (ContentInfo contentInfo in contents) 3020foreach (ContentInfo contentInfo in contents)