2 instantiations of EpmCustomContentWriterNodeData
System.Data.Services (2)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
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));
6 references to EpmCustomContentWriterNodeData
System.Data.Services (6)
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]; 219this.visitorContent = new Dictionary<EpmTargetPathSegment, EpmCustomContentWriterNodeData>(ReferenceEqualityComparer<EpmTargetPathSegment>.Instance);
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (1)
77internal EpmCustomContentWriterNodeData(EpmCustomContentWriterNodeData parentData, EpmTargetPathSegment segment, object element, EpmContentSerializer.EpmNullValuedPropertyTree nullValuedProperties, DataServiceProviderWrapper provider)