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