1 write to visitorContent
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
193this.visitorContent = new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
6 references to visitorContent
System.Data.Services.Client (6)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (6)
79EpmCustomContentWriterNodeData c = this.visitorContent[subSegmentOfRoot]; 133EpmCustomContentWriterNodeData currentContent = this.visitorContent[targetSegment]; 157EpmCustomContentWriterNodeData currentContent = this.visitorContent[targetSegment]; 198this.visitorContent.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element)); 209this.visitorContent.Add(segment, new EpmCustomContentWriterNodeData(this.visitorContent[subSegment], segment, this.Element));