1 write to TextFragments
Aspire.Dashboard (1)
src\Shared\SearchTextParser.cs (1)
35
TextFragments
= textFragments;
3 references to TextFragments
Aspire.Dashboard (3)
Api\TelemetryApiService.cs (1)
378
return parsedSearch.
TextFragments
;
src\Shared\SearchTextParser.cs (2)
55
public bool IsEmpty =>
TextFragments
.Length == 0 && Qualifiers.Length == 0 && NegatedQualifiers.Length == 0;
346
var allFragments = new List<string>(filter.
TextFragments
);