4 references to _tracePropertyKeys
Aspire.Dashboard.Tests (4)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (4)
700
var resourceKeys =
_tracePropertyKeys
.AsEnumerable();
1541
_tracePropertyKeys
.Clear();
1574
_tracePropertyKeys
.RemoveWhere(k => k.Resource.ResourceKey == resource.ResourceKey);
2241
_tracePropertyKeys
.Add((resourceView.Resource, kvp.Key));