2 instantiations of EpmNullValuedPropertyNode
System.Data.Services (2)
System\Data\Services\Epm\EpmContentSerializer.cs (2)
132
this.root = new
EpmNullValuedPropertyNode
{ Name = null };
162
EpmNullValuedPropertyNode newNode = new
EpmNullValuedPropertyNode
{ Name = segment };
9 references to EpmNullValuedPropertyNode
System.Data.Services (9)
System\Data\Services\Epm\EpmContentSerializer.cs (9)
119
private
EpmNullValuedPropertyNode
root;
142
EpmNullValuedPropertyNode
current = this.root;
152
EpmNullValuedPropertyNode
child = current.Children.FirstOrDefault(c => c.Name == segment);
162
EpmNullValuedPropertyNode
newNode = new EpmNullValuedPropertyNode { Name = segment };
258
private void AddNullValuesToContent(
EpmNullValuedPropertyNode
currentRoot, DictionaryContent currentContent)
260
foreach (
EpmNullValuedPropertyNode
node in currentRoot.Children)
324
private List<
EpmNullValuedPropertyNode
> children;
348
internal ICollection<
EpmNullValuedPropertyNode
> Children
354
this.children = new List<
EpmNullValuedPropertyNode
>();