6 references to @ServerInterface
System.Web.Services (6)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
353else if (Style == ServiceDescriptionImportStyle.ServerInterface)
System\Web\Services\Description\ProtocolImporter.cs (2)
372if (bindingCount == 1 && service != null && Style != ServiceDescriptionImportStyle.ServerInterface) { 379if (Style == ServiceDescriptionImportStyle.ServerInterface)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
436else if (Style == ServiceDescriptionImportStyle.ServerInterface)
System\Web\Services\Description\WebReferenceOptions.cs (2)
189case System.Web.Services.Description.ServiceDescriptionImportStyle.@ServerInterface: s = @"serverInterface"; break; 270case @"serverInterface": return System.Web.Services.Description.ServiceDescriptionImportStyle.@ServerInterface;