8 writes to Path
Microsoft.AspNetCore.Server.HttpSys (8)
RequestProcessing\Request.cs (8)
70
Path
= originalPath;
77
Path
= string.Empty;
90
Path
= string.Empty;
96
Path
= string.Empty;
102
Path
= originalPath[pathBase.Length..];
108
Path
= originalPath[pathBase.Length..];
163
Path
= originalPath[originalOffset..];
169
Path
= path;
1 reference to Path
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
134
_path = Request.
Path
;