1 write to Name
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\ParameterBindingMethodCache.cs (1)
711
Name
= name;
3 references to Name
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ParameterBindingMethodCache.cs (3)
720
return StringComparer.OrdinalIgnoreCase.GetHashCode(
Name
);
728
return Type == other.Type && string.Equals(
Name
, other.
Name
, StringComparison.OrdinalIgnoreCase);