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