1 instantiation of ServiceOperationWrapper
System.Data.Services (1)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
1125serviceOperationWrapper = new ServiceOperationWrapper(serviceOperation);
22 references to ServiceOperationWrapper
System.Data.Services (22)
System\Data\Services\Caching\MetadataCacheItem.cs (3)
59private Dictionary<string, ServiceOperationWrapper> serviceOperationWrapperCache; 91this.serviceOperationWrapperCache = new Dictionary<string, ServiceOperationWrapper>(EqualityComparer<string>.Default); 140internal Dictionary<string, ServiceOperationWrapper> ServiceOperationWrapperCache
System\Data\Services\DataServiceConfiguration.cs (2)
595internal static void CheckServiceRights(ServiceOperationWrapper operation, ServiceOperationRights requiredRights) 611internal static void CheckServiceRights(ServiceOperationWrapper operation, bool singleResult)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (8)
242public IEnumerable<ServiceOperationWrapper> ServiceOperations 263ServiceOperationWrapper serviceOperationWrapper = this.ValidateServiceOperation(serviceOperation); 351private Dictionary<string, ServiceOperationWrapper> ServiceOperationWrapperCache 501public object InvokeServiceOperation(ServiceOperationWrapper serviceOperation, object[] parameters) 669public ServiceOperationWrapper TryResolveServiceOperation(string name) 675ServiceOperationWrapper serviceOperationWrapper; 1111private ServiceOperationWrapper ValidateServiceOperation(ServiceOperation serviceOperation) 1113ServiceOperationWrapper serviceOperationWrapper = null;
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
2531foreach (ServiceOperationWrapper serviceOperation in this.provider.ServiceOperations) 2775private void PopulateTypeForServiceOperation(ServiceOperationWrapper serviceOperation)
System\Data\Services\Providers\ServiceOperationWrapper.cs (1)
47/// Initializes a new <see cref="ServiceOperationWrapper"/> instance.
System\Data\Services\RequestUriProcessor.cs (1)
1062private static object[] ReadOperationParameters(DataServiceHostWrapper host, ServiceOperationWrapper operation)
System\Data\Services\SegmentInfo.cs (2)
56private ServiceOperationWrapper operation; 146internal ServiceOperationWrapper Operation
System\Data\Services\Serializers\MetadataSerializer.cs (3)
150foreach (ServiceOperationWrapper operation in provider.ServiceOperations) 754foreach (ServiceOperationWrapper serviceOperation in this.provider.ServiceOperations) 1182private void PopulateTypeForServiceOperation(ServiceOperationWrapper serviceOperation)