1 write to IsNullable
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
90IsNullable = isNullable;
3 references to IsNullable
Microsoft.AspNetCore.Components.AI.SourceGenerators (3)
ToolBlockCandidate.cs (3)
105&& IsNullable == other.IsNullable 114hash = Hash.Combine(hash, IsNullable ? 1 : 0);