Implemented interface member:
event
DiagnosticsUpdated
Microsoft.CodeAnalysis.Diagnostics.IDiagnosticUpdateSource.DiagnosticsUpdated
4 references to DiagnosticsUpdated
Microsoft.CodeAnalysis.Features (1)
Diagnostics\AbstractHostDiagnosticUpdateSource.cs (1)
35=> DiagnosticsUpdated?.Invoke(this, args);
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (3)
61AddHandler hostDiagnosticUpdateSource.DiagnosticsUpdated, AddressOf eventHandler.DiagnosticAddedTest 67RemoveHandler hostDiagnosticUpdateSource.DiagnosticsUpdated, AddressOf eventHandler.DiagnosticAddedTest 68AddHandler hostDiagnosticUpdateSource.DiagnosticsUpdated, AddressOf eventHandler.DiagnosticRemovedTest