5 writes to UseCaseSensitivePaths
Microsoft.AspNetCore.OutputCaching.Tests (5)
OutputCacheKeyProviderTests.cs (2)
52
UseCaseSensitivePaths
= false
67
UseCaseSensitivePaths
= true
OutputCacheTests.cs (2)
207
var options = new OutputCacheOptions {
UseCaseSensitivePaths
= true };
844
UseCaseSensitivePaths
= true
TestUtils.cs (1)
166
outputCachingOptions.
UseCaseSensitivePaths
= options.UseCaseSensitivePaths;
2 references to UseCaseSensitivePaths
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheKeyProvider.cs (1)
120
if (_options.
UseCaseSensitivePaths
)
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
166
outputCachingOptions.UseCaseSensitivePaths = options.
UseCaseSensitivePaths
;