2 references to CreateMessageInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (2)
104
requestMessageInfo =
CreateMessageInfo
(dataContractFormatAttribute, RequestDescription, this.serializerFactory);
106
replyMessageInfo =
CreateMessageInfo
(dataContractFormatAttribute, ReplyDescription, this.serializerFactory);