3 references to MatchesSearch
aspire (3)
Commands\LogsCommand.cs (3)
252entries = entries.Where(e => MatchesSearch(e, search)).ToList(); 318entries = entries.Where(e => MatchesSearch(e, search)).ToList(); 358if (!string.IsNullOrEmpty(search) && !MatchesSearch(entry, search))