Method | Description | |
---|---|---|
ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System | ||
GetDiagnostics ( ITextSnapshot snapshot, |
||
RefreshErrors ( ITextSnapshot snapshot, |
Method | Description | |
---|---|---|
OnOptionsChanged ( object sender, |
||
OnViewClosed ( object sender, |
protected ErrorManager ( ITextView textView, IOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System | ||
textView | ITextView | |
optionsService | IOptionsService | |
serviceProvider | IServiceProvider | |
textDocumentFactoryService | ITextDocumentFactoryService | |
return | System |
protected abstract GetDiagnostics ( ITextSnapshot snapshot, |
||
snapshot | ITextSnapshot | |
cancellationToken | ||
return | IEnumerable |
protected RefreshErrors ( ITextSnapshot snapshot, |
||
snapshot | ITextSnapshot | |
cancellationToken | ||
return | void |