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