10 references to ContainerName
System.Data.Services (10)
System\Data\Services\RequestUriProcessor.cs (1)
396containerName = description.ContainerName;
System\Data\Services\Serializers\Deserializer.cs (2)
263throw new DataServiceException(415, Strings.BadRequest_InvalidContentTypeForOpenProperty(host.RequestContentType, description.ContainerName)); 510SetOpenPropertyValue(resourceToBeModified, description.ContainerName, requestValue, service);
System\Data\Services\Serializers\JsonSerializer.cs (1)
96this.WriteElementWithName(expanded, element, this.RequestDescription.ContainerName, this.RequestDescription.ResultUri, true /*topLevel*/);
System\Data\Services\Serializers\PlainXmlSerializer.cs (2)
140string propertyName = this.RequestDescription.ContainerName; 176this.writer.WriteStartElement(this.RequestDescription.ContainerName, XmlConstants.DataWebNamespace);
System\Data\Services\Serializers\Serializer.cs (1)
533return this.PushSegment(this.RequestDescription.ContainerName, this.CurrentContainer);
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
176this.RequestDescription.ContainerName, 212this.RequestDescription.ContainerName, // relativeUri 239title = this.RequestDescription.ContainerName;