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