1 instantiation of 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; }
6 references to OperationCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1342
private
OperationCollection
_operations;
1375
public
OperationCollection
Operations
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1797
global::System.Web.Services.Description.
OperationCollection
a = (global::System.Web.Services.Description.
OperationCollection
)o.@Operations;
7825
global::System.Web.Services.Description.
OperationCollection
a_5 = (global::System.Web.Services.Description.
OperationCollection
)o.@Operations;