3 references to IsSupported
System.Web.Services (3)
System\Web\Services\Description\MimeFormReflector.cs (1)
19
if (!HtmlFormParameterReader.
IsSupported
(ReflectionContext.Method))
System\Web\Services\Protocols\UrlEncodedParameterWriter.cs (1)
36
if (!ValueCollectionParameterReader.
IsSupported
(methodInfo)) return null;
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (1)
39
if (!
IsSupported
(methodInfo)) return null;