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