21 references to WriteValue
System.Data.Services (21)
System\Data\Services\ErrorHandler.cs (6)
307writer.WriteValue(exceptionMessage); 311writer.WriteValue(exceptionType); 315writer.WriteValue(exceptionStackTrace); 433writer.WriteValue(errorCode); 438writer.WriteValue(messageLang); 440writer.WriteValue(message);
System\Data\Services\Serializers\JsonSerializer.cs (14)
293this.writer.WriteValue(this.GetNextLinkUri(lastElement, skipTokenExpandedResult, absoluteUri)); 304this.writer.WriteValue(uri.AbsoluteUri); 319this.writer.WriteValue((string)value); 323this.writer.WriteValue(((System.Xml.Linq.XElement)value).ToString(System.Xml.Linq.SaveOptions.None)); 373this.writer.WriteValue(result); 400this.writer.WriteValue(uriPath.AbsoluteUri); 407this.writer.WriteValue(etag); 414this.writer.WriteValue(resourceType.FullName); 426this.writer.WriteValue(editMediaUri); 429this.writer.WriteValue(readStreamUri.OriginalString); 432this.writer.WriteValue(mediaContentType); 437this.writer.WriteValue(mediaETag); 655this.writer.WriteValue(uri.AbsoluteUri); 663this.writer.WriteValue((string)null);
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (1)
74this.writer.WriteValue(container.Name);