7 references to IsAbstract
System.Web.Services (7)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
160CodeFlags.IsPublic | (Style == ServiceDescriptionImportStyle.Client ? 0 : CodeFlags.IsAbstract)); 352flags = CodeFlags.IsAbstract;
System\Web\Services\Description\SoapProtocolImporter.cs (2)
435flags = CodeFlags.IsAbstract; 814CodeFlags.IsPublic | (Style == ServiceDescriptionImportStyle.Client ? 0 : CodeFlags.IsAbstract));
System\Web\Services\Description\WebCodeGenerator.cs (3)
141if ((flags & CodeFlags.IsAbstract) != 0) 175if ((flags & CodeFlags.IsAbstract) != 0) 217if ((flags & CodeFlags.IsAbstract) != 0)