8 writes to PathBase
Microsoft.AspNetCore.Server.IIS (8)
Core\IISHttpContext.cs (7)
176PathBase = string.Empty; 181PathBase = string.Empty; 187PathBase = pathBase; 193PathBase = originalPath; 201PathBase = pathBase; 209PathBase = originalPath[..pathBase.Length]; 264PathBase = originalPath[..originalOffset];
Core\IISHttpContext.FeatureCollection.cs (1)
129set => PathBase = value;
1 reference to PathBase
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
128get => PathBase;