12 writes to Index
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 }
1 reference to Index
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
1336
return WebUtil.GenericExpandedWrapperTypes.Single(x => x.
Index
== wrapperParameters.Length - 1).Type.MakeGenericType(wrapperParameters);