8 writes to PathBase
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
67
PathBase
= string.Empty;
74
PathBase
= string.Empty;
87
PathBase
= pathBase;
93
PathBase
= originalPath;
99
PathBase
= pathBase;
105
PathBase
= originalPath[..pathBase.Length];
160
PathBase
= originalPath[..originalOffset];
166
PathBase
= pathBase;
1 reference to PathBase
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
135
_pathBase = Request.
PathBase
;