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