1 write to visitorContent
System.Data.Services (1)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
219this.visitorContent = new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
6 references to visitorContent
System.Data.Services (6)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (6)
79EpmCustomContentWriterNodeData c = this.visitorContent[subSegmentOfRoot]; 133EpmCustomContentWriterNodeData currentContent = this.visitorContent[targetSegment]; 157EpmCustomContentWriterNodeData currentContent = this.visitorContent[targetSegment]; 224this.visitorContent.Add(subSegmentOfRoot, new EpmCustomContentWriterNodeData(subSegmentOfRoot, this.Element, nullValuedProperties, provider)); 237this.visitorContent.Add(segment, new EpmCustomContentWriterNodeData(this.visitorContent[subSegment], segment, this.Element, nullValuedProperties, provider));