4 references to Query
Microsoft.AspNetCore.Hosting (2)
Internal\HostingTelemetryHelpers.cs (2)
41KeyValuePair.Create(HttpMethods.Query, HttpMethods.Query),
Microsoft.AspNetCore.Http.Abstractions (2)
HttpMethods.cs (2)
165return Equals(Query, method); 194string _ when IsQuery(method) => Query,