1 instantiation of EmptyDisposable
Aspire.Dashboard.Tests (1)
Model\SpanWaterfallViewModelTests.cs (1)
161public static EmptyDisposable Instance { get; } = new();
2 references to EmptyDisposable
Aspire.Dashboard.Tests (2)
Model\SpanWaterfallViewModelTests.cs (2)
155return EmptyDisposable.Instance; 161public static EmptyDisposable Instance { get; } = new();