1 write to FilePath
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
234FilePath = filePath;
4 references to FilePath
Microsoft.AspNetCore.Components.AI.SourceGenerators (4)
ToolBlockCandidate.cs (4)
244=> Microsoft.CodeAnalysis.Location.Create(FilePath, TextSpan, LineSpan); 258&& FilePath == other.FilePath 264public override int GetHashCode() => Hash.Combine(FilePath.GetHashCode(), TextSpan.GetHashCode());