3 references to IsTypeSupported
System.Web.Services (3)
System\Web\Services\Protocols\HttpServerProtocol.cs (2)
243
if (!ScalarFormatter.
IsTypeSupported
(parameterType.GetElementType()))
247
if (!ScalarFormatter.
IsTypeSupported
(parameterType))
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (1)
92
return ScalarFormatter.
IsTypeSupported
(type);