C# Class ShaderTools.VisualStudio.Core.ErrorList.ErrorManager

Mostra file Open project: tgjones/HlslTools

Protected Methods

Method Description
ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void

Private Methods

Method Description
OnOptionsChanged ( object sender, EventArgs e ) : void
OnViewClosed ( object sender, EventArgs e ) : void

Method Details

ErrorManager() protected method

protected ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
textView ITextView
optionsService IOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
return System

GetDiagnostics() protected abstract method

protected abstract GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
return IEnumerable

RefreshErrors() protected method

protected RefreshErrors ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
return void