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