2 references to FindMessage
System.ServiceModel (2)
System\ServiceModel\Description\WsdlImporter.cs (2)
1006
if (
FindMessage
(operationDescription.Messages, MessageDirection.Output) != (wsdlOperationBinding.Output != null))
1010
if (
FindMessage
(operationDescription.Messages, MessageDirection.Input) != (wsdlOperationBinding.Input != null))