1 write to writerType
System.Web.Services (1)
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
44
method.
writerType
= attribute.ParameterFormatter;
3 references to writerType
System.Web.Services (3)
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
47
AddFormatter(formatterTypes, method.
writerType
, method);
317
if (method.
writerType
== null)
319
return (MimeParameterWriter)MimeFormatter.CreateInstance(method.
writerType
, method.writerInitializer);