1 write to Parent
System.Workflow.Activities (1)
Rules\Parser\Symbol.cs (1)
58this.Parent = parent;
4 references to Parent
System.Workflow.Activities (4)
Rules\Parser\Parser.cs (2)
722if (existingNS != null && existingNS.Parent != nsSym.Parent)
Rules\Parser\Symbol.cs (2)
140for (NamespaceSymbol currentParent = Parent; currentParent != null; currentParent = currentParent.Parent)