8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
65PathBase = string.Empty; 72PathBase = string.Empty; 85PathBase = pathBase; 91PathBase = originalPath; 97PathBase = pathBase; 103PathBase = originalPath[..pathBase.Length]; 158PathBase = originalPath[..originalOffset]; 164PathBase = pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
131_pathBase = Request.PathBase;