1 write to Type
Microsoft.AspNetCore.Mvc.Abstractions (1)
src\Shared\ParameterBindingMethodCache.cs (1)
712
Type
= type;
2 references to Type
Microsoft.AspNetCore.Mvc.Abstractions (2)
src\Shared\ParameterBindingMethodCache.cs (2)
728
return
Type
== other.
Type
&& string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);