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)
61
AddHandler hostDiagnosticUpdateSource.
DiagnosticsUpdated
, AddressOf eventHandler.DiagnosticAddedTest
67
RemoveHandler hostDiagnosticUpdateSource.
DiagnosticsUpdated
, AddressOf eventHandler.DiagnosticAddedTest
68
AddHandler hostDiagnosticUpdateSource.
DiagnosticsUpdated
, AddressOf eventHandler.DiagnosticRemovedTest