1 write to visitorContent
System.Data.Services (1)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
219
this.
visitorContent
= new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
6 references to visitorContent
System.Data.Services (6)
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];
224
this.
visitorContent
.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element, nullValuedProperties, provider));
237
this.
visitorContent
.Add(segment, new EpmCustomContentWriterNodeData(this.
visitorContent
[subSegment], segment, this.Element, nullValuedProperties, provider));