2 references to TryFindMatch
Aspire.Hosting.Tests (2)
Helpers\DashboardServiceDataExtensions.cs (2)
14
if (
TryFindMatch
(initialData, resourceName, predicate, out var match))
21
if (
TryFindMatch
(changes.Where(c => c.ChangeType != ResourceSnapshotChangeType.Delete).Select(c => c.Resource), resourceName, predicate, out match))