4 references to GetParameterType
System.ServiceModel (4)
System\ServiceModel\Description\OperationGenerator.cs (4)
261
this.EndMethod.ReturnType =
GetParameterType
(this.Response.Body.ReturnValue);
694
type =
GetParameterType
(part);
715
CodeTypeReference partType =
GetParameterType
(messagePart);
735
CodeTypeReference partType =
GetParameterType
(setting);