6 references to Serializer
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (6)
262part.Serializer.WriteObject(writer, graph); 388if (part.Serializer.IsStartObject(reader)) 412if (part.Serializer.IsStartObject(reader)) 432while (part.Serializer.IsStartObject(reader)) 501: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay) 585return this.ReadObject(reader, this.Serializer);