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