11 references to Update
Aspire.Dashboard (4)
ServiceClient\DashboardClient.cs (4)
612
ImmutableInterlocked.
Update
(ref _outgoingResourceChannels, static (set, channel) => set.Add(channel), channel);
638
ImmutableInterlocked.
Update
(ref _outgoingResourceChannels, static (set, channel) => set.Remove(channel), channel);
657
ImmutableInterlocked.
Update
(ref _outgoingInteractionChannels, static (set, channel) => set.Add(channel), channel);
679
ImmutableInterlocked.
Update
(ref _outgoingInteractionChannels, static (set, channel) => set.Remove(channel), channel);
Aspire.Hosting (2)
Dashboard\ResourcePublisher.cs (2)
52
ImmutableInterlocked.
Update
(ref _outgoingChannels, static (set, channel) => set.Add(channel), channel);
71
ImmutableInterlocked.
Update
(ref _outgoingChannels, static (set, channel) => set.Remove(channel), channel);
Microsoft.CodeAnalysis.Workspaces (3)
Options\LegacyWorkspaceOptionService.cs (1)
68
ImmutableInterlocked.
Update
(
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
486
ImmutableInterlocked.
Update
(
495
ImmutableInterlocked.
Update
(
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\DiagnosticReporter.cs (1)
49
ImmutableInterlocked.
Update
(ref Diagnostics, (list, d) => list.Add(d), diagnostic);
Microsoft.DotNet.HotReload.Watch (1)
Browser\BrowserLauncher.cs (1)
40
ImmutableInterlocked.
Update
(ref _browserLaunchAttempted, static (set, key) => set.Add(key), projectNode.ProjectInstance.GetId()))