20 references to Update
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Metrics (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Metrics.Legacy (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis (1)
InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Microsoft.CodeAnalysis.ResxSourceGenerator (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);
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Test.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(
Text.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\InterlockedOperations.cs (1)
195ImmutableInterlocked.Update(