2 references to GenericExpandedWrapperTypes
System.Data.Services (2)
System\Data\Services\WebUtil.cs (2)
1336
return WebUtil.
GenericExpandedWrapperTypes
.Single(x => x.Index == wrapperParameters.Length - 1).Type.MakeGenericType(wrapperParameters);
1346
return inputType.IsGenericType && WebUtil.
GenericExpandedWrapperTypes
.SingleOrDefault(x => x.Type == inputType.GetGenericTypeDefinition()) != null;