1 reference to OperationCollection
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1233
get { if (operations == null) operations = new
OperationCollection
(this); return operations; }