3 writes to bindingCount
System.Web.Services (3)
System\Web\Services\Description\ProtocolImporter.cs (3)
252
bindingCount
= 0;
270
bindingCount
++;
287
bindingCount
++;
3 references to bindingCount
System.Web.Services (3)
System\Web\Services\Description\ProtocolImporter.cs (3)
280
if (
bindingCount
== 0) {
294
if (
bindingCount
== 0) {
372
if (
bindingCount
== 1 && service != null && Style != ServiceDescriptionImportStyle.ServerInterface) {