C# Class SonarLint.VisualStudio.Integration.ActiveSolutionBoundTracker

Inheritance: IActiveSolutionBoundTracker, IDisposable
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
ActiveSolutionBoundTracker ( IHost host, IActiveSolutionTracker activeSolutionTracker ) : System
Dispose ( bool disposing ) : void
OnActiveSolutionChanged ( object sender, EventArgs e ) : void
OnAnalyzersChanged ( bool isBound ) : void
OnBindingStateChanged ( object sender, EventArgs e ) : void
RaiseAnalyzersChangedIfBindingChanged ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void