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