4 references to Combine
Microsoft.AspNetCore.Components.AI.SourceGenerators (4)
ToolBlockCandidate.cs (4)
68var hash = Hash.Combine(Namespace, ClassName); 112var hash = Hash.Combine(PropertyName, ResultKey); 149var hash = Hash.Combine(PropertyName, ArgumentKey); 227=> Hash.Combine(Hash.Combine(DescriptorId, MessageArg), Location?.GetHashCode() ?? 0);