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