6 references to SegmentNamespaceUri
System.Data.Services (6)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (2)
75
.SingleOrDefault(s => s.
SegmentNamespaceUri
== namespaceUri && s.SegmentName == elementName);
160
String attribValue = WebUtil.GetAttributeEx(reader, attributeSegment.SegmentName.Substring(1), attributeSegment.
SegmentNamespaceUri
);
System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
137
targetSegment.
SegmentNamespaceUri
,
162
targetSegment.
SegmentNamespaceUri
);
System\Data\Services\Epm\EpmTargetTree.cs (2)
97
(isSyndication || segment.
SegmentNamespaceUri
== namespaceUri));
170
(isSyndication || segment.
SegmentNamespaceUri
== namespaceUri));