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