2 writes to RequestPath
Microsoft.AspNetCore.StaticFiles (2)
Infrastructure\SharedOptions.cs (1)
21RequestPath = PathString.Empty;
Infrastructure\SharedOptionsBase.cs (1)
38set { SharedOptions.RequestPath = value; }
1 reference to RequestPath
Microsoft.AspNetCore.StaticFiles (1)
Infrastructure\SharedOptionsBase.cs (1)
37get { return SharedOptions.RequestPath; }