1 write to parameterType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
48
this.
parameterType
= parameterType;
3 references to parameterType
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (3)
60
Type nullableType = SingleBodyParameterDataContractMessageFormatter.UnwrapNullableType(this.
parameterType
);
61
if (nullableType != this.
parameterType
)
85
Type typeForSerializer = GetTypeForSerializer(type, this.
parameterType
, this.knownTypes);