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