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