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