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