2 references to IsGet
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
75_requestType = RequestType.IsGet; 93public bool IsGetMethod => _requestType.HasFlag(RequestType.IsGet);