2 references to @ServerInterface
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (2)
216
case System.Web.Services.Description.ServiceDescriptionImportStyle.
@ServerInterface
: s = @"serverInterface"; break;
317
case @"serverInterface": return System.Web.Services.Description.ServiceDescriptionImportStyle.
@ServerInterface
;