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