1 write to operations
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
953
get { if (operations == null)
operations
= new OperationBindingCollection(this); return operations; }
2 references to operations
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (2)
953
get { if (
operations
== null) operations = new OperationBindingCollection(this); return
operations
; }