1 instantiation of PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
648
var key = new
PropertyKey
(propertyMetadata, source);
7 references to PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (7)
DefaultApiDescriptionProvider.cs (7)
563
Visited = new HashSet<
PropertyKey
>(new PropertyKeyEqualityComparer());
571
private HashSet<
PropertyKey
> Visited { get; }
648
var
key = new PropertyKey(propertyMetadata, source);
718
private sealed class PropertyKeyEqualityComparer : IEqualityComparer<
PropertyKey
>
720
public bool Equals(
PropertyKey
x,
PropertyKey
y)
728
public int GetHashCode(
PropertyKey
obj)