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