1 write to visitorContent
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
193
this.
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)
79
EpmCustomContentWriterNodeData c = this.
visitorContent
[subSegmentOfRoot];
133
EpmCustomContentWriterNodeData currentContent = this.
visitorContent
[targetSegment];
157
EpmCustomContentWriterNodeData currentContent = this.
visitorContent
[targetSegment];
198
this.
visitorContent
.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element));
209
this.
visitorContent
.Add(segment, new EpmCustomContentWriterNodeData(this.
visitorContent
[subSegment], segment, this.Element));