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