1 write to Element
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
234newNode.Element = currentValue;
4 references to Element
System.Data.Services (4)
System\Data\Services\Epm\EpmContentSerializer.cs (4)
157currentValue = child.Element; 239if (current.Element == null) 274if (node.Element != null) 302Debug.Assert(node.Element == null, "node.Element == null");