1 instantiation of EmptyDisposable
TestingAppHost1.AppHost (1)
TestingAppHostEntryPointProbe.cs (1)
139public static EmptyDisposable Instance { get; } = new();
2 references to EmptyDisposable
TestingAppHost1.AppHost (2)
TestingAppHostEntryPointProbe.cs (2)
32return EmptyDisposable.Instance; 139public static EmptyDisposable Instance { get; } = new();