2 writes to _updateSources
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DiagnosticService.cs (1)
48_updateSources = ImmutableHashSet<IDiagnosticUpdateSource>.Empty;
Features\Diagnostics\DiagnosticService_UpdateSourceRegistrationService.cs (1)
23_updateSources = _updateSources.Add(source);
7 references to _updateSources
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Features\Diagnostics\DiagnosticService.cs (5)
116Debug.Assert(_updateSources.Contains(source)); 168Debug.Assert(_updateSources.Contains(source)); 227foreach (var source in _updateSources) 261foreach (var source in _updateSources) 298foreach (var source in _updateSources)
Features\Diagnostics\DiagnosticService_UpdateSourceRegistrationService.cs (2)
18if (_updateSources.Contains(source)) 23_updateSources = _updateSources.Add(source);