1 instantiation of OperationCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1377get { if (_operations == null) _operations = new OperationCollection(this); return _operations; }
6 references to OperationCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1342private OperationCollection _operations; 1375public OperationCollection Operations
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1797global::System.Web.Services.Description.OperationCollection a = (global::System.Web.Services.Description.OperationCollection)o.@Operations; 7825global::System.Web.Services.Description.OperationCollection a_5 = (global::System.Web.Services.Description.OperationCollection)o.@Operations;