2 references to CreateMessageInfo
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
392
this.request =
CreateMessageInfo
(this.Operation.Messages[0], ":Request");
397
this.reply =
CreateMessageInfo
(this.Operation.Messages[1], ":Response");