1 instantiation of PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
632var key = new PropertyKey(propertyMetadata, source);
7 references to PropertyKey
Microsoft.AspNetCore.Mvc.ApiExplorer (7)
DefaultApiDescriptionProvider.cs (7)
547Visited = new HashSet<PropertyKey>(new PropertyKeyEqualityComparer()); 555private HashSet<PropertyKey> Visited { get; } 632var key = new PropertyKey(propertyMetadata, source); 702private sealed class PropertyKeyEqualityComparer : IEqualityComparer<PropertyKey> 704public bool Equals(PropertyKey x, PropertyKey y) 712public int GetHashCode(PropertyKey obj)