31 references to AppendString
Microsoft.AspNetCore.Components.Endpoints (31)
CacheView\CacheViewKeyResolver.cs (31)
36AppendString(hash, "||CacheKey||");
43AppendString(hash, "||VaryBy||");
76AppendString(hash, "||VaryByUser||");
82AppendString(hash, "||VaryByCulture||");
95AppendString(hash, "||");
96AppendString(hash, "VaryByQuery");
97AppendString(hash, "(");
104AppendString(hash, ")");
109AppendString(hash, "||");
110AppendString(hash, "VaryByRoute");
111AppendString(hash, "(");
120AppendString(hash, "||");
121AppendString(hash, nameString);
122AppendString(hash, "||");
126AppendString(hash, ")");
131AppendString(hash, "||");
132AppendString(hash, "VaryByHeader");
133AppendString(hash, "(");
140AppendString(hash, ")");
145AppendString(hash, "||");
146AppendString(hash, "VaryByCookie");
147AppendString(hash, "(");
156AppendString(hash, "||");
157AppendString(hash, nameString);
158AppendString(hash, "||");
162AppendString(hash, ")");
184AppendString(hash, "||");
185AppendString(hash, "VaryByQuery");
186AppendString(hash, "(*)");
243AppendString(hash, "||");
265AppendString(hash, value);