6 references to Serializer
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (6)
235part.Serializer.WriteObject(writer, graph); 363if (part.Serializer.IsStartObject(reader)) 387if (part.Serializer.IsStartObject(reader)) 407while (part.Serializer.IsStartObject(reader)) 476: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay) 562return this.ReadObject(reader, this.Serializer);