2 instantiations of EpmCustomContentWriterNodeData
System.Data.Services.Client (2)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
198
this.visitorContent.Add(subSegmentOfRoot, new
EpmCustomContentWriterNodeData
(subSegmentOfRoot, this.Element));
209
this.visitorContent.Add(segment, new
EpmCustomContentWriterNodeData
(this.visitorContent[subSegment], segment, this.Element));
6 references to EpmCustomContentWriterNodeData
System.Data.Services.Client (6)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (5)
38
private Dictionary<EpmTargetPathSegment,
EpmCustomContentWriterNodeData
> visitorContent;
79
EpmCustomContentWriterNodeData
c = this.visitorContent[subSegmentOfRoot];
133
EpmCustomContentWriterNodeData
currentContent = this.visitorContent[targetSegment];
157
EpmCustomContentWriterNodeData
currentContent = this.visitorContent[targetSegment];
193
this.visitorContent = new Dictionary<EpmTargetPathSegment,
EpmCustomContentWriterNodeData
>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
parent\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (1)
69
internal EpmCustomContentWriterNodeData(
EpmCustomContentWriterNodeData
parentData, EpmTargetPathSegment segment, object element)