2 writes to _httpMethod
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestContext.FeatureCollection.cs (2)
130_httpMethod = Request.Method; 184set { _httpMethod = value; }
1 reference to _httpMethod
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
183get { return _httpMethod; }