28 writes to RequestPath
Microsoft.AspNetCore.StaticFiles (4)
DefaultFilesExtensions.cs (1)
48
RequestPath
= new PathString(requestPath)
DirectoryBrowserExtensions.cs (1)
48
RequestPath
= new PathString(requestPath)
FileServerExtensions.cs (1)
68
RequestPath
= new PathString(requestPath)
StaticFileExtensions.cs (1)
48
RequestPath
= new PathString(requestPath)
Microsoft.AspNetCore.StaticFiles.FunctionalTests (2)
StaticFileMiddlewareTests.cs (2)
148
RequestPath
= new PathString(baseUrl),
190
RequestPath
= new PathString(baseUrl),
Microsoft.AspNetCore.StaticFiles.Tests (22)
DefaultFilesMiddlewareTests.cs (6)
66
RequestPath
= new PathString(baseUrl),
105
RequestPath
= new PathString(""),
145
RequestPath
= new PathString(""),
214
RequestPath
= new PathString(baseUrl),
259
RequestPath
= new PathString(baseUrl),
314
RequestPath
= new PathString(baseUrl),
DirectoryBrowserMiddlewareTests.cs (7)
86
RequestPath
= new PathString(baseUrl),
123
RequestPath
= new PathString(""),
160
RequestPath
= new PathString(""),
219
RequestPath
= new PathString(baseUrl),
263
RequestPath
= new PathString(baseUrl),
313
RequestPath
= new PathString(baseUrl),
361
RequestPath
= new PathString(baseUrl),
StaticFileMiddlewareTests.cs (9)
181
RequestPath
= new PathString(baseUrl),
216
RequestPath
= new PathString(baseUrl),
256
RequestPath
= new PathString(baseUrl),
299
RequestPath
= new PathString(baseUrl),
352
RequestPath
= new PathString(),
400
RequestPath
= new PathString(),
456
RequestPath
= new PathString(),
474
RequestPath
= new PathString(baseUrl),
534
RequestPath
= new PathString(baseUrl),
3 references to RequestPath
Microsoft.AspNetCore.StaticFiles (3)
DefaultFilesMiddleware.cs (1)
39
_matchUrl = _options.
RequestPath
;
DirectoryBrowserMiddleware.cs (1)
53
_matchUrl = _options.
RequestPath
;
StaticFileMiddleware.cs (1)
43
_matchUrl = _options.
RequestPath
;