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