3 references to ServiceOperationWrapperCache
System.Data.Services (3)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (3)
676
if (this.
ServiceOperationWrapperCache
.TryGetValue(name, out serviceOperationWrapper))
1120
if (this.
ServiceOperationWrapperCache
.TryGetValue(serviceOperation.Name, out serviceOperationWrapper))
1132
this.
ServiceOperationWrapperCache
[serviceOperation.Name] = serviceOperationWrapper;