8 references to Update
Microsoft.CodeAnalysis (1)
InternalUtilities\InterlockedOperations.cs (1)
195
ImmutableInterlocked.
Update
(
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195
ImmutableInterlocked.
Update
(
Microsoft.CodeAnalysis.Workspaces (3)
Options\LegacyWorkspaceOptionService.cs (2)
106
ImmutableInterlocked.
Update
(
119
ImmutableInterlocked.
Update
(
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195
ImmutableInterlocked.
Update
(
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195
ImmutableInterlocked.
Update
(
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\OpenTextBufferProvider.cs (2)
134
public void AddListener(IOpenTextBufferEventListener listener) => ImmutableInterlocked.
Update
(ref _listeners, static (array, listener) => array.Add(listener), listener);
135
public void RemoveListener(IOpenTextBufferEventListener listener) => ImmutableInterlocked.
Update
(ref _listeners, static (array, listener) => array.Remove(listener), listener);