2 references to GetCompatibleValueProviderResult
System.Web (2)
ModelBinding\TypeMatchModelBinder.cs (1)
6
ValueProviderResult vpResult =
GetCompatibleValueProviderResult
(bindingContext);
ModelBinding\TypeMatchModelBinderProvider.cs (1)
8
return (TypeMatchModelBinder.
GetCompatibleValueProviderResult
(bindingContext) != null)