12 writes to Type
System.Data.Services (12)
System\Data\Services\WebUtil.cs (12)
120
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,>), Index = 1 },
121
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,>), Index = 2 },
122
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,>), Index = 3 },
123
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,>), Index = 4 },
124
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,>), Index = 5 },
125
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,>), Index = 6 },
126
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,>), Index = 7 },
127
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,,>), Index = 8 },
128
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,,,>), Index = 9 },
129
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,,,,>), Index = 10 },
130
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,,,,,>), Index = 11 },
131
new ExpandWrapperTypeWithIndex {
Type
= typeof(ExpandedWrapper<,,,,,,,,,,,,>), Index = 12 }
2 references to Type
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;