3 references to s_probes
TestingAppHost1.AppHost (3)
TestingAppHostEntryPointProbe.cs (3)
17
if (!
s_probes
.TryAdd(id, exited))
36
if (!
s_probes
.TryGetValue(id, out var exited))
93
s_probes
.TryRemove(Id, out _);