537 writes to ParameterType
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
209
ParameterType
= parameter.ParameterType,
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
DefaultApiDescriptionProviderTest.cs (2)
2318
ParameterType
= property.PropertyType,
2336
ParameterType
= parameter.ParameterType,
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ControllerActionDescriptorBuilder.cs (2)
79
ParameterType
= parameterModel.ParameterInfo.ParameterType,
93
ParameterType
= propertyModel.PropertyInfo.PropertyType,
Microsoft.AspNetCore.Mvc.Core.Test (37)
Controllers\ControllerBinderDelegateProviderTest.cs (27)
37
ParameterType
= typeof(object),
93
ParameterType
= typeof(object)
148
ParameterType
= typeof(object),
190
ParameterType
= typeof(object),
232
ParameterType
= typeof(string),
283
ParameterType
= typeof(object),
333
ParameterType
= typeof(Person)
381
ParameterType
= typeof(object),
431
ParameterType
= typeof(object),
479
ParameterType
= typeof(string),
527
ParameterType
= typeof(string),
574
ParameterType
= typeof(string),
624
ParameterType
= typeof(string)
663
ParameterType
= typeof(ICollection<string>),
703
ParameterType
= typeof(int)
744
ParameterType
= typeof(int?)
791
ParameterType
= typeof(string)
804
ParameterType
= typeof(string)
854
ParameterType
= typeof(string)
867
ParameterType
= typeof(string)
957
ParameterType
= propertyType,
1015
ParameterType
= keyValuePair.Value,
1087
ParameterType
= typeof(int)
1092
ParameterType
= typeof(TransferInfo),
1104
ParameterType
= typeof(TransferInfo),
1113
ParameterType
= typeof(int)
1208
Parameters = new[] { new ParameterDescriptor { Name = "name",
ParameterType
= typeof(string) } },
Infrastructure\ControllerActionInvokerTest.cs (1)
1396
ParameterType
= typeof(int),
ModelBinding\ParameterBinderTest.cs (9)
73
new ParameterDescriptor { Name = "myParam",
ParameterType
= typeof(Person) },
111
new ParameterDescriptor { Name = "myParam",
ParameterType
= typeof(Person) },
136
ParameterType
= typeof(Person),
146
ParameterType
= typeof(Person),
249
new ParameterDescriptor { Name = "myParam",
ParameterType
= typeof(Person) },
290
new ParameterDescriptor { Name = "myParam",
ParameterType
= typeof(Person) },
530
ParameterType
= typeof(IJsonPatchDocument),
589
ParameterType
= typeof(IJsonPatchDocument),
661
ParameterType
= typeof(string),
Microsoft.AspNetCore.Mvc.IntegrationTests (476)
ActionParametersIntegrationTest.cs (22)
41
ParameterType
= typeof(Person3)
88
ParameterType
= typeof(Person6)
134
ParameterType
= typeof(Person4)
182
ParameterType
= typeof(Person5)
222
ParameterType
= typeof(Person3)
267
ParameterType
= typeof(Person6)
313
ParameterType
= typeof(Person4)
358
ParameterType
= typeof(Person5)
395
ParameterType
= parameterType
428
ParameterType
= parameterType
456
ParameterType
= parameterType
489
ParameterType
= parameterType,
512
ParameterType
= typeof(AbstractClassWithNoDefaultConstructor),
548
ParameterType
= parameterType
581
ParameterType
= parameterType
613
ParameterType
= typeof(ClassWithNoDefaultConstructor)
639
ParameterType
= typeof(int)
672
ParameterType
= typeof(ModelWithIValidatableObject)
714
ParameterType
= typeof(int)
767
ParameterType
= parameterInfo.ParameterType
812
ParameterType
= parameterInfo.ParameterType,
856
ParameterType
= parameterInfo.ParameterType,
ArrayModelBinderIntegrationTest.cs (10)
21
ParameterType
= typeof(int[])
65
ParameterType
= typeof(int[])
105
ParameterType
= typeof(int[])
145
ParameterType
= typeof(int[])
180
ParameterType
= typeof(Person[])
225
ParameterType
= typeof(Person[])
266
ParameterType
= typeof(Person[])
307
ParameterType
= typeof(Person[])
344
ParameterType
= typeof(PersonWithReadOnlyAndInitializedProperty)
384
ParameterType
= typeof(SuccessfulModel[]),
BinderTypeBasedModelBinderIntegrationTest.cs (7)
27
ParameterType
= typeof(string)
61
ParameterType
= typeof(string)
99
ParameterType
= typeof(Person2)
162
ParameterType
= typeof(Address),
213
ParameterType
= typeof(Person3),
250
ParameterType
= typeof(Person)
289
ParameterType
= typeof(Person)
BindingSourceMetadataProviderIntegrationTest.cs (2)
31
ParameterType
= typeof(CancellationTokenBundle),
85
ParameterType
= typeof(FormFileBundle),
BindPropertyIntegrationTest.cs (7)
31
ParameterType
= typeof(Person),
58
ParameterType
= typeof(Person),
85
ParameterType
= typeof(Person),
110
ParameterType
= typeof(string),
146
ParameterType
= typeof(string),
194
ParameterType
= propertyInfo.PropertyType,
265
ParameterType
= typeof(string),
BodyValidationIntegrationTests.cs (19)
26
ParameterType
= typeof(ProductViewModel),
68
ParameterType
= typeof(IEnumerable<ProductViewModel>),
105
ParameterType
= typeof(ProductViewModel)
155
ParameterType
= typeof(ProductViewModel)
196
ParameterType
= typeof(ProductViewModel)
236
ParameterType
= typeof(SoftwareViewModel)
272
ParameterType
= typeof(SoftwareViewModel)
317
ParameterType
= typeof(SoftwareViewModel)
365
ParameterType
= typeof(Person)
407
ParameterType
= typeof(Person)
464
ParameterType
= typeof(Person4)
521
ParameterType
= typeof(Person5)
570
ParameterType
= typeof(Person5)
614
ParameterType
= modelType
659
ParameterType
= typeof(Person5)
710
ParameterType
= typeof(Person2),
769
ParameterType
= typeof(Person3),
832
ParameterType
= typeof(Person6),
878
ParameterType
= typeof(Address6),
ByteArrayModelBinderIntegrationTest.cs (3)
28
ParameterType
= typeof(Person)
82
ParameterType
= typeof(byte[])
114
ParameterType
= typeof(byte[])
CancellationTokenModelBinderIntegrationTest.cs (3)
29
ParameterType
= typeof(Person)
65
ParameterType
= typeof(Person)
104
ParameterType
= typeof(CancellationToken)
CollectionModelBinderIntegrationTest.cs (23)
27
ParameterType
= typeof(List<int>)
75
ParameterType
= typeof(List<int>)
111
ParameterType
= typeof(ICollection<int>)
143
ParameterType
= typeof(List<int>)
183
ParameterType
= typeof(List<Person>)
223
ParameterType
= typeof(List<Person>)
256
ParameterType
= typeof(List<Person>)
294
ParameterType
= typeof(List<Person2>)
353
ParameterType
= typeof(List<Person2>)
404
ParameterType
= typeof(ICollection<Person2>)
455
ParameterType
= typeof(List<int>)
499
ParameterType
= typeof(ICollection<Person2>)
550
ParameterType
= typeof(List<Person2>)
592
ParameterType
= typeof(Person4)
650
ParameterType
= typeof(Person5)
697
ParameterType
= typeof(ICollection<Address5>),
940
ParameterType
= parameterType,
981
ParameterType
= typeof(IList<SuccessfulModel>),
1009
ParameterType
= typeof(IList<SuccessfulModel>),
1066
ParameterType
= typeof(IList<SuccessfulModel>),
1105
ParameterType
= typeof(SuccessfulContainer),
1133
ParameterType
= typeof(Collection<string>),
1182
ParameterType
= typeof(Collection<string>),
ComplexRecordIntegrationTest.cs (78)
38
ParameterType
= typeof(Order1)
88
ParameterType
= typeof(Order1)
138
ParameterType
= typeof(Order1)
192
ParameterType
= typeof(Order1)
243
ParameterType
= typeof(Order1)
292
ParameterType
= typeof(Order1)
340
ParameterType
= typeof(Order3)
393
ParameterType
= typeof(Order3)
445
ParameterType
= typeof(Order3)
497
ParameterType
= typeof(Order4)
550
ParameterType
= typeof(Order4),
603
ParameterType
= typeof(Order4)
654
ParameterType
= typeof(Order4)
711
ParameterType
= typeof(Order4)
765
ParameterType
= typeof(Order5)
821
ParameterType
= typeof(Order5)
876
ParameterType
= typeof(Order5)
923
ParameterType
= typeof(Order5)
968
ParameterType
= typeof(Order6)
1024
ParameterType
= typeof(Order6)
1079
ParameterType
= typeof(Order6)
1126
ParameterType
= typeof(Order6)
1171
ParameterType
= typeof(Order7)
1227
ParameterType
= typeof(Order7)
1282
ParameterType
= typeof(Order7)
1329
ParameterType
= typeof(Order7)
1382
ParameterType
= typeof(Car1)
1489
ParameterType
= typeof(Car2)
1596
ParameterType
= typeof(Car3)
1705
ParameterType
= typeof(Order8)
1761
ParameterType
= typeof(Order8)
1818
ParameterType
= typeof(Car4)
1910
ParameterType
= typeof(Order9)
1960
ParameterType
= typeof(Order10)
2016
ParameterType
= typeof(Order10)
2065
ParameterType
= typeof(Order11)
2119
ParameterType
= typeof(Order11)
2173
ParameterType
= typeof(Order11),
2233
ParameterType
= typeof(Order12)
2281
ParameterType
= typeof(Order12),
2333
ParameterType
= typeof(Order12),
2381
ParameterType
= typeof(Order13)
2429
ParameterType
= typeof(Order13),
2481
ParameterType
= typeof(Order13),
2530
ParameterType
= typeof(Order14)
2584
ParameterType
= typeof(Order14)
2646
ParameterType
= typeof(Person12),
2695
ParameterType
= typeof(Address12),
2750
ParameterType
= typeof(Person13),
2805
ParameterType
= typeof(Address13),
2860
ParameterType
= typeof(Product)
2905
ParameterType
= typeof(Photo)
2973
ParameterType
= typeof(IList<Person5>),
3047
ParameterType
= typeof(TestModel),
3112
ParameterType
= typeof(Person6),
3163
ParameterType
= typeof(Person6),
3235
ParameterType
= typeof(Person7),
3314
ParameterType
= typeof(LoopyModel),
3341
ParameterType
= typeof(ThreeDeepModel),
3382
ParameterType
= typeof(FourDeepModel),
3418
ParameterType
= typeof(LoopyModel1),
3445
ParameterType
= typeof(RecordTypeWithSettableProperty1)
3488
ParameterType
= typeof(RecordTypeWithSettableProperty1)
3531
ParameterType
= typeof(RecordTypeWithSettableProperty1)
3574
ParameterType
= typeof(RecordTypeWithSettableProperty1)
3625
ParameterType
= typeof(RecordTypeWithFilteredProperty1)
3671
ParameterType
= typeof(RecordTypeWithFilteredProperty2)
3722
ParameterType
= typeof(RecordTypesWithDifferentMetadataOnParameterAndProperty)
3765
ParameterType
= typeof(RecordTypesWithDifferentMetadataOnParameterAndProperty)
3811
ParameterType
= typeof(RecordTypeWithCollectionParameter)
3854
ParameterType
= typeof(RecordTypeWithCollectionParameter)
3898
ParameterType
= typeof(RecordTypesWithReadOnlyCollectionParameter)
3943
ParameterType
= typeof(RecordTypesWithDefaultParameterValue)
3987
ParameterType
= typeof(RecordTypesWithDefaultParameterValue)
4028
ParameterType
= typeof(RecordTypesWithDefaultParameterValue)
4071
ParameterType
= typeof(RecordTypesWithDefaultParameterValue)
4116
ParameterType
= typeof(RecordTypeWithBindRequiredParameters)
4161
ParameterType
= typeof(RecordTypeWithBindRequiredParameters)
ComplexTypeIntegrationTestBase.cs (63)
35
ParameterType
= typeof(Order1)
75
ParameterType
= typeof(Order1)
125
ParameterType
= typeof(Order1)
175
ParameterType
= typeof(Order1)
226
ParameterType
= typeof(Order1)
275
ParameterType
= typeof(Order1)
333
ParameterType
= typeof(Order3)
386
ParameterType
= typeof(Order3)
438
ParameterType
= typeof(Order3)
500
ParameterType
= typeof(Order4)
553
ParameterType
= typeof(Order4)
606
ParameterType
= typeof(Order4)
657
ParameterType
= typeof(Order4)
714
ParameterType
= typeof(Order4)
773
ParameterType
= typeof(Order5)
829
ParameterType
= typeof(Order5)
884
ParameterType
= typeof(Order5)
931
ParameterType
= typeof(Order5)
981
ParameterType
= typeof(Order6)
1037
ParameterType
= typeof(Order6)
1092
ParameterType
= typeof(Order6)
1139
ParameterType
= typeof(Order6)
1189
ParameterType
= typeof(Order7)
1245
ParameterType
= typeof(Order7)
1300
ParameterType
= typeof(Order7)
1347
ParameterType
= typeof(Order7)
1418
ParameterType
= typeof(Car1)
1525
ParameterType
= typeof(Car2)
1632
ParameterType
= typeof(Car3)
1746
ParameterType
= typeof(Order8)
1802
ParameterType
= typeof(Order8)
1857
ParameterType
= typeof(Order8)
1906
ParameterType
= typeof(Order8)
1958
ParameterType
= typeof(Car4)
2057
ParameterType
= typeof(Order9)
2114
ParameterType
= typeof(Order10)
2169
ParameterType
= typeof(Order10)
2227
ParameterType
= typeof(Order11)
2281
ParameterType
= typeof(Order11)
2335
ParameterType
= typeof(Order11),
2399
ParameterType
= typeof(Order12)
2447
ParameterType
= typeof(Order12),
2499
ParameterType
= typeof(Order12),
2551
ParameterType
= typeof(Order13)
2599
ParameterType
= typeof(Order13),
2651
ParameterType
= typeof(Order13),
2703
ParameterType
= typeof(Order14)
2757
ParameterType
= typeof(Order14)
2825
ParameterType
= typeof(Person12),
2874
ParameterType
= typeof(Address12),
2941
ParameterType
= typeof(Person13),
2996
ParameterType
= typeof(Address13),
3053
ParameterType
= typeof(Product)
3109
ParameterType
= typeof(Photo)
3181
ParameterType
= typeof(IList<Person5>),
3262
ParameterType
= typeof(TestModel),
3334
ParameterType
= typeof(Person6),
3385
ParameterType
= typeof(Person6),
3464
ParameterType
= typeof(Person7),
3549
ParameterType
= typeof(LoopyModel),
3586
ParameterType
= typeof(ThreeDeepModel),
3633
ParameterType
= typeof(FourDeepModel),
3687
ParameterType
= typeof(LoopyModel1),
DictionaryModelBinderIntegrationTest.cs (31)
25
ParameterType
= typeof(Dictionary<string, int>)
65
ParameterType
= typeof(Dictionary<string, int>)
102
ParameterType
= typeof(Dictionary<string, int>)
156
ParameterType
= typeof(Dictionary<string, int>)
193
ParameterType
= typeof(Dictionary<string, int>)
344
ParameterType
= typeof(Dictionary<string, int>),
381
ParameterType
= typeof(Dictionary<string, int>),
405
ParameterType
= typeof(Dictionary<string, int>)
440
ParameterType
= typeof(Dictionary<string, int>),
510
ParameterType
= typeof(Dictionary<string, Person>)
555
ParameterType
= typeof(Dictionary<string, Person>)
593
ParameterType
= typeof(Dictionary<string, Person>)
628
ParameterType
= typeof(Dictionary<string, Person>)
663
ParameterType
= typeof(Dictionary<string, Person>)
708
ParameterType
= typeof(Dictionary<string, Person>)
752
ParameterType
= typeof(Dictionary<string, Person>)
787
ParameterType
= typeof(Dictionary<string, Person>)
827
ParameterType
= typeof(Dictionary<string, Person>)
862
ParameterType
= typeof(Dictionary<string, Person>),
914
ParameterType
= typeof(Dictionary<string, string[]>)
952
ParameterType
= typeof(Dictionary<string, string[]>)
986
ParameterType
= typeof(Dictionary<string, string[]>)
1025
ParameterType
= typeof(Dictionary<string, string[]>)
1064
ParameterType
= typeof(Dictionary<string, string[]>)
1168
ParameterType
= parameterType,
1210
ParameterType
= typeof(Dictionary<SuccessfulModel, SuccessfulModel>),
1239
ParameterType
= typeof(Dictionary<string, string>)
1293
ParameterType
= typeof(Dictionary<string, NonNullPerson>)
1368
ParameterType
= typeof(Dictionary<DayOfWeek, string>)
1404
ParameterType
= typeof(Dictionary<string, DayOfWeek>)
1446
ParameterType
= typeof(Dictionary<string, NonNullPersonWithRequiredProperties>)
ExcludeBindingMetadataProviderIntegrationTest.cs (2)
32
ParameterType
= typeof(TypesBundle),
100
ParameterType
= typeof(TypesBundle),
FormCollectionModelBindingIntegrationTest.cs (3)
35
ParameterType
= typeof(Person)
86
ParameterType
= typeof(IFormCollection)
130
ParameterType
= typeof(IFormCollection)
FormFileModelBindingIntegrationTest.cs (22)
35
ParameterType
= typeof(Person)
83
ParameterType
= typeof(Person)
134
ParameterType
= typeof(Person)
192
ParameterType
= typeof(Group)
279
ParameterType
= typeof(Fleet)
344
ParameterType
= typeof(Fleet)
410
ParameterType
= typeof(Group)
480
ParameterType
= typeof(ListContainer1),
526
ParameterType
= typeof(ListContainer1),
569
ParameterType
= typeof(ListContainer2),
619
ParameterType
= typeof(IFormFile)
668
ParameterType
= typeof(IFormFile)
704
ParameterType
= typeof(Car1)
763
ParameterType
= typeof(House)
829
ParameterType
= typeof(House)
890
ParameterType
= typeof(House)
929
ParameterType
= typeof(House)
991
ParameterType
= typeof(Car1)
1045
ParameterType
= typeof(MultiDimensionalFormFileContainer)
1096
ParameterType
= typeof(MultiDimensionalFormFileContainer)
1141
ParameterType
= typeof(MultiDimensionalFormFileContainerLevel2)
1200
ParameterType
= typeof(DictionaryContainer)
GenericModelBinderIntegrationTest.cs (14)
28
ParameterType
= typeof(List<IFormCollection>)
67
ParameterType
= typeof(List<IFormCollection>)
105
ParameterType
= typeof(List<IFormCollection>)
204
ParameterType
= typeof(Address[])
232
ParameterType
= typeof(Address[])
266
ParameterType
= typeof(Dictionary<string, int>[])
311
ParameterType
= typeof(Dictionary<string, int>[])
356
ParameterType
= typeof(Dictionary<string, int>[])
391
ParameterType
= typeof(ICollection<KeyValuePair<string, int>>)
435
ParameterType
= typeof(ICollection<KeyValuePair<string, int>>)
479
ParameterType
= typeof(ICollection<KeyValuePair<string, int>>)
514
ParameterType
= typeof(Dictionary<string, List<int>>)
563
ParameterType
= typeof(Dictionary<string, List<int>>)
611
ParameterType
= typeof(Dictionary<string, List<int>>)
HeaderModelBinderIntegrationTest.cs (7)
38
ParameterType
= typeof(Person)
77
ParameterType
= typeof(Person)
119
ParameterType
= typeof(Person)
165
ParameterType
= typeof(ListContainer1),
212
ParameterType
= typeof(ListContainer2),
272
ParameterType
= modelType
316
ParameterType
= typeof(Product)
JQueryFormatModelBindingIntegrationTest.cs (2)
21
ParameterType
= typeof(Customer)
62
ParameterType
= typeof(Customer)
KeyValuePairModelBinderIntegrationTest.cs (13)
21
ParameterType
= typeof(KeyValuePair<string, int>)
61
ParameterType
= typeof(KeyValuePair<string, int>)
116
ParameterType
= typeof(KeyValuePair<string, int>)
148
ParameterType
= typeof(KeyValuePair<string, int>)
203
ParameterType
= typeof(KeyValuePair<string, int>)
239
ParameterType
= typeof(KeyValuePair<string, int>)
279
ParameterType
= typeof(KeyValuePair<string, int>)
319
ParameterType
= typeof(KeyValuePair<string, int>)
357
ParameterType
= typeof(KeyValuePair<string, Person>)
402
ParameterType
= typeof(KeyValuePair<string, Person>)
443
ParameterType
= typeof(KeyValuePair<string, Person>)
484
ParameterType
= typeof(KeyValuePair<string, Person>)
520
ParameterType
= typeof(KeyValuePair<string, string[]>)
ModelPrefixSelectionIntegrationTest.cs (5)
29
ParameterType
= typeof(Person1),
74
ParameterType
= typeof(Person2),
123
ParameterType
= typeof(Person3),
162
ParameterType
= typeof(Person4),
211
ParameterType
= typeof(Person5),
NullableReferenceTypeIntegrationTest.cs (4)
29
ParameterType
= typeof(Person1)
77
ParameterType
= typeof(Person2)
116
ParameterType
= typeof(Person3)
163
ParameterType
= typeof(string)
ServicesModelBinderIntegrationTest.cs (11)
28
ParameterType
= typeof(ITypeActivatorCache)
65
ParameterType
= typeof(ITypeActivatorCache),
101
ParameterType
= typeof(IEnumerable<ITypeActivatorCache>),
137
ParameterType
= typeof(IEnumerable<IActionResult>),
173
ParameterType
= typeof(IActionResult),
210
ParameterType
= typeof(ITypeActivatorCache),
243
ParameterType
= typeof(IActionResult),
279
ParameterType
= typeof(ITypeActivatorCache),
312
ParameterType
= typeof(IActionResult),
361
ParameterType
= typeof(Person),
399
ParameterType
= typeof(ITypeActivatorCache),
SimpleTypeModelBinderIntegrationTest.cs (17)
31
ParameterType
= typeof(Person)
75
ParameterType
= typeof(Person)
120
ParameterType
= typeof(string)
164
ParameterType
= typeof(string)
197
ParameterType
= typeof(decimal),
240
ParameterType
= typeof(DateTime),
285
ParameterType
= typeof(DateTime),
326
ParameterType
= typeof(string)
370
ParameterType
= typeof(int)
437
ParameterType
= parameterType
481
ParameterType
= parameterType
541
ParameterType
= parameterType
578
ParameterType
= parameterType
616
ParameterType
= typeof(string)
669
ParameterType
= typeof(Person),
714
ParameterType
= typeof(SampleModel)
758
ParameterType
= typeof(SampleTryParsableModel)
ValidationIntegrationTests.cs (54)
49
ParameterType
= typeof(int)
54
ParameterType
= typeof(TransferInfo),
66
ParameterType
= typeof(TransferInfo),
75
ParameterType
= typeof(int)
171
ParameterType
= typeof(Order1)
208
ParameterType
= typeof(Order1)
259
ParameterType
= typeof(Order2)
297
ParameterType
= typeof(Order2)
350
ParameterType
= typeof(Order3)
388
ParameterType
= typeof(Order3)
442
ParameterType
= typeof(Order4)
480
ParameterType
= typeof(Order4)
529
ParameterType
= typeof(List<Order5>)
566
ParameterType
= typeof(List<Order5>)
630
ParameterType
= typeof(string),
654
ParameterType
= typeof(string),
687
ParameterType
= typeof(Order6)
724
ParameterType
= typeof(Order6)
775
ParameterType
= typeof(Order7)
812
ParameterType
= typeof(Order7)
852
ParameterType
= typeof(Order7)
910
ParameterType
= typeof(Order8)
947
ParameterType
= typeof(Order8)
1017
ParameterType
= typeof(Order9)
1054
ParameterType
= typeof(Order9)
1105
ParameterType
= typeof(List<Order10>)
1142
ParameterType
= typeof(List<Order10>)
1182
ParameterType
= typeof(List<Order10>)
1222
ParameterType
= typeof(User)
1262
ParameterType
= typeof(User)
1353
ParameterType
= typeof(ValidateSomeProperties),
1402
ParameterType
= typeof(ValidateSomeProperties),
1441
ParameterType
= typeof(ValidateSomeProperties),
1474
ParameterType
= typeof(ValidateSomeProperties),
1505
ParameterType
= typeof(ValidateNoProperties),
1574
ParameterType
= typeof(ValidateSomePropertiesSometimes),
1611
ParameterType
= typeof(ValidateSomePropertiesSometimes),
1664
ParameterType
= typeof(ValidateSomePropertiesSometimesWithoutValidation),
1728
ParameterType
= typeof(Order11)
1785
ParameterType
= typeof(JToken)
1835
ParameterType
= typeof(CancellationToken)
1875
ParameterType
= typeof(Greeting)
1921
ParameterType
= typeof(Greeting)
1971
ParameterType
= typeof(Order12),
2031
ParameterType
= parameterInfo.ParameterType,
2083
ParameterType
= parameterInfo.ParameterType,
2153
ParameterType
= parameterInfo.ParameterType,
2215
ParameterType
= typeof(IDictionary<string, int>)
2262
ParameterType
= typeof(Dictionary<string, NeverValid>)
2319
ParameterType
= propertyInfo.PropertyType,
2373
ParameterType
= propertyInfo.PropertyType,
2425
ParameterType
= typeof(RecursiveModel)
2477
ParameterType
= parameterInfo.ParameterType,
2528
ParameterType
= parameterInfo.ParameterType,
ValidationWithRecordIntegrationTests.cs (54)
41
ParameterType
= typeof(int)
46
ParameterType
= typeof(TransferInfo),
58
ParameterType
= typeof(TransferInfo),
67
ParameterType
= typeof(int)
159
ParameterType
= typeof(Order1)
196
ParameterType
= typeof(Order1)
240
ParameterType
= typeof(Order2)
278
ParameterType
= typeof(Order2)
322
ParameterType
= typeof(Order3)
360
ParameterType
= typeof(Order3)
407
ParameterType
= typeof(Order4)
445
ParameterType
= typeof(Order4)
488
ParameterType
= typeof(List<Order5>)
525
ParameterType
= typeof(List<Order5>)
570
ParameterType
= typeof(Order6)
607
ParameterType
= typeof(Order6)
651
ParameterType
= typeof(Order7)
688
ParameterType
= typeof(Order7)
728
ParameterType
= typeof(Order7)
779
ParameterType
= typeof(Order8)
816
ParameterType
= typeof(Order8)
879
ParameterType
= typeof(Order9)
916
ParameterType
= typeof(Order9)
963
ParameterType
= typeof(List<Order10>)
1000
ParameterType
= typeof(List<Order10>)
1040
ParameterType
= typeof(List<Order10>)
1074
ParameterType
= typeof(User)
1114
ParameterType
= typeof(User)
1197
ParameterType
= typeof(ValidateSomeProperties),
1246
ParameterType
= typeof(ValidateSomeProperties),
1285
ParameterType
= typeof(ValidateSomeProperties),
1318
ParameterType
= typeof(ValidateSomeProperties),
1382
ParameterType
= typeof(ValidateSomePropertiesSometimes),
1419
ParameterType
= typeof(ValidateSomePropertiesSometimes),
1470
ParameterType
= typeof(ValidateSomePropertiesSometimesWithoutValidation),
1531
ParameterType
= typeof(Order11)
1588
ParameterType
= typeof(JToken)
1638
ParameterType
= typeof(CancellationToken)
1678
ParameterType
= typeof(Greeting)
1724
ParameterType
= typeof(Greeting)
1770
ParameterType
= typeof(Order12),
1822
ParameterType
= parameterInfo.ParameterType,
1874
ParameterType
= parameterInfo.ParameterType,
1944
ParameterType
= parameterInfo.ParameterType,
2006
ParameterType
= typeof(IDictionary<string, int>)
2053
ParameterType
= typeof(Dictionary<string, NeverValid>)
2110
ParameterType
= propertyInfo.PropertyType,
2161
ParameterType
= propertyInfo.PropertyType,
2213
ParameterType
= typeof(RecursiveModel)
2263
ParameterType
= parameterInfo.ParameterType,
2315
ParameterType
= modelType,
2354
ParameterType
= modelType,
2395
ParameterType
= modelType,
2430
ParameterType
= modelType,
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (2)
111
ParameterType
= parameterModel.ParameterInfo.ParameterType,
138
ParameterType
= propertyModel.PropertyInfo.PropertyType,
Microsoft.AspNetCore.Mvc.RazorPages.Test (15)
Infrastructure\ExecutorFactoryTest.cs (1)
213
ParameterType
= p.ParameterType,
Infrastructure\PageBinderFactoryTest.cs (14)
189
ParameterType
= typeof(int),
195
ParameterType
= typeof(string),
201
ParameterType
= typeof(string),
247
ParameterType
= typeof(int),
253
ParameterType
= typeof(string),
259
ParameterType
= typeof(string),
313
ParameterType
= typeof(string),
361
ParameterType
= typeof(string),
372
ParameterType
= typeof(string),
421
ParameterType
= typeof(string),
431
ParameterType
= typeof(string),
482
ParameterType
= typeof(string),
529
ParameterType
= typeof(string),
773
ParameterType
= parameterInfo.ParameterType,
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentServiceTestsBase.cs (2)
207
ParameterType
= property.PropertyType,
243
ParameterType
= parameter.ParameterType,
37 references to ParameterType
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
185
metadata = _modelMetadataProvider.GetMetadataForType(actionParameter.
ParameterType
);
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
817
Assert.Equal(typeof(string), nameParam.ParameterDescriptor.
ParameterType
);
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerBinderDelegateProvider.cs (1)
146
metadata = modelMetadataProvider.GetMetadataForType(parameter.
ParameterType
);
Microsoft.AspNetCore.Mvc.Core.Test (9)
ApplicationModels\ControllerActionDescriptorBuilderTest.cs (1)
55
Assert.Equal(typeof(string), property.
ParameterType
);
ApplicationModels\ControllerActionDescriptorProviderTests.cs (8)
131
Assert.Equal(typeof(int), id.
ParameterType
);
150
Assert.Equal(typeof(int), id.
ParameterType
);
156
Assert.Equal(typeof(TestActionParameter), entity.
ParameterType
);
175
Assert.Equal(typeof(int), id.
ParameterType
);
181
Assert.Equal(typeof(int), upperCaseId.
ParameterType
);
187
Assert.Equal(typeof(int), pascalCaseId.
ParameterType
);
208
Assert.Equal(typeof(TestActionParameter), entity.
ParameterType
);
229
Assert.Equal(typeof(TestActionParameter), entity.
ParameterType
);
Microsoft.AspNetCore.Mvc.IntegrationTests (19)
ArrayModelBinderIntegrationTest.cs (1)
394
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
CollectionModelBinderIntegrationTest.cs (6)
991
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
1020
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
1077
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
1115
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
1143
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
1192
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
ComplexRecordIntegrationTest.cs (5)
3319
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3348
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3389
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3423
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
4243
return context.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
ComplexTypeIntegrationTestBase.cs (5)
3554
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3593
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3640
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3692
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
3742
return context.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
DictionaryModelBinderIntegrationTest.cs (1)
1220
var metadata = testContext.MetadataProvider.GetMetadataForType(parameter.
ParameterType
);
ParameterBinderExtensions.cs (1)
49
metadata = modelMetadataProvider.GetMetadataForType(parameter.
ParameterType
);
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\ExecutorFactory.cs (1)
61
parameters[i].
ParameterType
);
Infrastructure\PageBinderFactory.cs (1)
112
metadata = modelMetadataProvider.GetMetadataForType(parameter.
ParameterType
);
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (4)
289
Assert.Equal(typeof(string), p.
ParameterType
);
295
Assert.Equal(typeof(int), p.
ParameterType
);
337
Assert.Same(typeof(int), p.
ParameterType
);
386
Assert.Same(typeof(int), p.
ParameterType
);