1 write to _stringComparer
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
228
_stringComparer
= stringComparer;
1 reference to _stringComparer
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingKeyProvider.cs (1)
231
public int Compare(KeyValuePair<string, StringValues> x, KeyValuePair<string, StringValues> y) =>
_stringComparer
.Compare(x.Key, y.Key);