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