21 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.Razor.Workspaces (2)
Logging\AbstractLoggerFactory.AggregateLogger.cs (1)
62ImmutableInterlocked.Update(ref _lazyLoggers, (set, l) => set.Add(l), lazyLogger);
Logging\AbstractLoggerFactory.cs (1)
52if (ImmutableInterlocked.Update(ref _providers, (set, p) => set.Add(p), lazyProvider))
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.VisualStudio.LanguageServices (2)
ProjectSystem\OpenTextBufferProvider.cs (2)
128public void AddListener(IOpenTextBufferEventListener listener) => ImmutableInterlocked.Update(ref _listeners, static (array, listener) => array.Add(listener), listener); 129public 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(