2 references to ParameterType
System.Data.Services (2)
System\Data\Services\RequestUriProcessor.cs (1)
1069Type parameterType = operation.Parameters[i].ParameterType.InstanceType;
System\Data\Services\Serializers\MetadataSerializer.cs (1)
207writer.WriteAttributeString(XmlConstants.Type, parameter.ParameterType.FullName);