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