8 writes to Path
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
68
Path
= originalPath;
75
Path
= string.Empty;
88
Path
= string.Empty;
94
Path
= string.Empty;
100
Path
= originalPath[pathBase.Length..];
106
Path
= originalPath[pathBase.Length..];
161
Path
= originalPath[originalOffset..];
167
Path
= path;
1 reference to Path
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
134
_path = Request.
Path
;