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