2 references to FindMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1003
if (
FindMessage
(operationDescription.Messages, MessageDirection.Output) != (wsdlOperationBinding.Output != null))
1007
if (
FindMessage
(operationDescription.Messages, MessageDirection.Input) != (wsdlOperationBinding.Input != null))