5 references to WriteElementWithName
System.Data.Services (5)
System\Data\Services\Serializers\JsonSerializer.cs (5)
96this.WriteElementWithName(expanded, element, this.RequestDescription.ContainerName, this.RequestDescription.ResultUri, true /*topLevel*/); 149this.WriteElementWithName(expanded, o, null, parentUri, false /*topLevel*/); 514this.WriteElementWithName(expandedEnumerator, elementInCollection, null, elementUri, false /*topLevel*/); 708this.WriteElementWithName(expandedValue, propertyValue, propertyName, Serializer.AppendEntryToUri(parentUri, propertyName), false /*topLevel*/); 747this.WriteElementWithName(expandedValue, propertyValue, propertyName, Serializer.AppendEntryToUri(parentUri, propertyName), false /*topLevel*/);