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