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