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