1 instantiation of PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
649var key = new PropertyKey(propertyMetadata, source);
7 references to PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (7)
DefaultApiDescriptionProvider.cs (7)
564Visited = new HashSet<PropertyKey>(new PropertyKeyEqualityComparer()); 572private HashSet<PropertyKey> Visited { get; } 649var key = new PropertyKey(propertyMetadata, source); 723private sealed class PropertyKeyEqualityComparer : IEqualityComparer<PropertyKey> 725public bool Equals(PropertyKey x, PropertyKey y) 733public int GetHashCode(PropertyKey obj)