3 references to AnyContentType
Microsoft.AspNetCore.Routing (3)
Matching\AcceptsMatcherPolicy.cs (3)
157contentTypes = new string[] { AnyContentType, }; 222if (!edges.TryGetValue(AnyContentType, out var anyEndpoints)) 224edges.Add(AnyContentType, new List<Endpoint>()