3 references to IsRange
Microsoft.AspNetCore.StaticFiles (3)
StaticFileContext.cs (3)
97get => _requestType.HasFlag(RequestType.IsRange); 102_requestType |= RequestType.IsRange; 106_requestType &= ~RequestType.IsRange;