20 references to AppendLengthPrefixedString
Microsoft.AspNetCore.Components.Endpoints (20)
CacheView\CacheViewKeyResolver.cs (20)
32AppendLengthPrefixedString(hash, cacheView.TreePositionKey ?? ""); 37AppendLengthPrefixedString(hash, cacheView.CacheKey); 44AppendLengthPrefixedString(hash, varyBy); 83AppendLengthPrefixedString(hash, CultureInfo.CurrentCulture.Name); 84AppendLengthPrefixedString(hash, CultureInfo.CurrentUICulture.Name); 123AppendLengthPrefixedString(hash, value); 159AppendLengthPrefixedString(hash, value); 207AppendLengthPrefixedString(hash, isAuthenticated ? "1" : "0"); 208AppendLengthPrefixedString(hash, identity?.AuthenticationType ?? ""); 213AppendLengthPrefixedString(hash, "anonymous"); 220AppendLengthPrefixedString(hash, "nameid"); 221AppendLengthPrefixedString(hash, nameIdClaim.Value); 222AppendLengthPrefixedString(hash, nameIdClaim.Issuer); 226AppendLengthPrefixedString(hash, "claims"); 227AppendLengthPrefixedString(hash, identity?.Name ?? ""); 230AppendLengthPrefixedString(hash, claim.Type); 231AppendLengthPrefixedString(hash, claim.Value); 232AppendLengthPrefixedString(hash, claim.Issuer); 244AppendLengthPrefixedString(hash, name); 248AppendLengthPrefixedString(hash, value ?? "");