1 reference to OperationCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1377
get { if (_operations == null) _operations = new
OperationCollection
(this); return _operations; }