2 references to TypeOfUntypedMessage
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
160
return (Body.ReturnValue != null && Body.Parts.Count == 0 && Body.ReturnValue.Type ==
TypeOfUntypedMessage
) ||
161
(Body.ReturnValue == null && Body.Parts.Count == 1 && Body.Parts[0].Type ==
TypeOfUntypedMessage
);