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