1 instantiation of HandleEntry
Aspire.Hosting.RemoteHost (1)
Ats\HandleRegistry.cs (1)
40
_handles[handleId] = new
HandleEntry
5 references to HandleEntry
Aspire.Hosting.RemoteHost (5)
Ats\HandleRegistry.cs (5)
16
private readonly ConcurrentDictionary<string,
HandleEntry
> _handles = new();
59
if (_handles.TryGetValue(handleId, out
var
entry))
79
if (!_handles.TryGetValue(handleId, out
var
entry))
112
if (!_handles.TryGetValue(handleId, out
var
entry))
168
foreach (
var
entry in entries)