8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
63PathBase = string.Empty; 70PathBase = string.Empty; 83PathBase = pathBase; 89PathBase = originalPath; 95PathBase = pathBase; 101PathBase = originalPath[..pathBase.Length]; 156PathBase = originalPath[..originalOffset]; 162PathBase = pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
131_pathBase = Request.PathBase;