8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
67PathBase = string.Empty; 74PathBase = string.Empty; 87PathBase = pathBase; 93PathBase = originalPath; 99PathBase = pathBase; 105PathBase = originalPath[..pathBase.Length]; 160PathBase = originalPath[..originalOffset]; 166PathBase = pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
135_pathBase = Request.PathBase;