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