1 write to BlockTypeGlobal
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
26BlockTypeGlobal = blockTypeGlobal;
4 references to BlockTypeGlobal
Microsoft.AspNetCore.Components.AI.SourceGenerators (4)
ToolBlockCandidate.cs (3)
57&& BlockTypeGlobal == other.BlockTypeGlobal 69hash = Hash.Combine(hash, BlockTypeGlobal.GetHashCode());
ToolBlockEmitter.cs (1)
16var blockType = candidate.BlockTypeGlobal;