4 writes to UseCaseSensitivePaths
Microsoft.AspNetCore.ResponseCaching.Tests (4)
ResponseCachingKeyProviderTests.cs (2)
33
UseCaseSensitivePaths
= false
47
UseCaseSensitivePaths
= true
ResponseCachingTests.cs (1)
799
UseCaseSensitivePaths
= true
TestUtils.cs (1)
174
responseCachingOptions.
UseCaseSensitivePaths
= options.UseCaseSensitivePaths;
2 references to UseCaseSensitivePaths
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
53
if (_options.
UseCaseSensitivePaths
)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
174
responseCachingOptions.UseCaseSensitivePaths = options.
UseCaseSensitivePaths
;