1 write to _method
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
57_method = _request.Method;
2 references to _method
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
73if (HttpMethods.IsGet(_method)) 77else if (HttpMethods.IsHead(_method))