8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
69PathBase = string.Empty; 76PathBase = string.Empty; 89PathBase = pathBase; 95PathBase = originalPath; 101PathBase = pathBase; 107PathBase = originalPath[..pathBase.Length]; 162PathBase = originalPath[..originalOffset]; 168PathBase = pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
135_pathBase = Request.PathBase;