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