1 instantiation of PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
644var key = new PropertyKey(propertyMetadata, source);
7 references to PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (7)
DefaultApiDescriptionProvider.cs (7)
559Visited = new HashSet<PropertyKey>(new PropertyKeyEqualityComparer()); 567private HashSet<PropertyKey> Visited { get; } 644var key = new PropertyKey(propertyMetadata, source); 714private sealed class PropertyKeyEqualityComparer : IEqualityComparer<PropertyKey> 716public bool Equals(PropertyKey x, PropertyKey y) 724public int GetHashCode(PropertyKey obj)