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