31 references to AppendString
Microsoft.AspNetCore.Components.Endpoints (31)
CacheView\CacheViewKeyResolver.cs (31)
24AppendString(hash, "||CacheKey||");
31AppendString(hash, "||VaryBy||");
64AppendString(hash, "||VaryByUser||");
70AppendString(hash, "||VaryByCulture||");
83AppendString(hash, "||");
84AppendString(hash, "VaryByQuery");
85AppendString(hash, "(");
92AppendString(hash, ")");
97AppendString(hash, "||");
98AppendString(hash, "VaryByRoute");
99AppendString(hash, "(");
108AppendString(hash, "||");
109AppendString(hash, nameString);
110AppendString(hash, "||");
114AppendString(hash, ")");
119AppendString(hash, "||");
120AppendString(hash, "VaryByHeader");
121AppendString(hash, "(");
128AppendString(hash, ")");
133AppendString(hash, "||");
134AppendString(hash, "VaryByCookie");
135AppendString(hash, "(");
144AppendString(hash, "||");
145AppendString(hash, nameString);
146AppendString(hash, "||");
150AppendString(hash, ")");
171AppendString(hash, "||");
172AppendString(hash, "VaryByQuery");
173AppendString(hash, "(*)");
230AppendString(hash, "||");
252AppendString(hash, value);