8 writes to PathBase
Microsoft.AspNetCore.Server.IIS (8)
Core\IISHttpContext.cs (7)
179PathBase = string.Empty; 184PathBase = string.Empty; 190PathBase = pathBase; 196PathBase = originalPath; 204PathBase = pathBase; 212PathBase = originalPath[..pathBase.Length]; 267PathBase = originalPath[..originalOffset];
Core\IISHttpContext.FeatureCollection.cs (1)
131set => PathBase = value;
1 reference to PathBase
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
130get => PathBase;