20 references to AppendLengthPrefixedString
Microsoft.AspNetCore.Components.Endpoints (20)
CacheView\CacheViewKeyResolver.cs (20)
20AppendLengthPrefixedString(hash, cacheView.TreePositionKey ?? "");
25AppendLengthPrefixedString(hash, cacheView.CacheKey);
32AppendLengthPrefixedString(hash, varyBy);
71AppendLengthPrefixedString(hash, CultureInfo.CurrentCulture.Name);
72AppendLengthPrefixedString(hash, CultureInfo.CurrentUICulture.Name);
111AppendLengthPrefixedString(hash, value);
147AppendLengthPrefixedString(hash, value);
194AppendLengthPrefixedString(hash, isAuthenticated ? "1" : "0");
195AppendLengthPrefixedString(hash, identity?.AuthenticationType ?? "");
200AppendLengthPrefixedString(hash, "anonymous");
207AppendLengthPrefixedString(hash, "nameid");
208AppendLengthPrefixedString(hash, nameIdClaim.Value);
209AppendLengthPrefixedString(hash, nameIdClaim.Issuer);
213AppendLengthPrefixedString(hash, "claims");
214AppendLengthPrefixedString(hash, identity?.Name ?? "");
217AppendLengthPrefixedString(hash, claim.Type);
218AppendLengthPrefixedString(hash, claim.Value);
219AppendLengthPrefixedString(hash, claim.Issuer);
231AppendLengthPrefixedString(hash, name);
235AppendLengthPrefixedString(hash, value ?? "");