8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
64PathBase = string.Empty; 71PathBase = string.Empty; 84PathBase = pathBase; 90PathBase = originalPath; 96PathBase = pathBase; 102PathBase = originalPath[..pathBase.Length]; 157PathBase = originalPath[..originalOffset]; 163PathBase = pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
131_pathBase = Request.PathBase;