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