C# Класс ShaderTools.VisualStudio.ShaderLab.ErrorList.SyntaxErrorManager

Наследование: ShaderTools.VisualStudio.Core.ErrorList.ErrorManager
Показать файл Открыть проект

Открытые методы

Метод Описание
SyntaxErrorManager ( BackgroundParser backgroundParser, ITextView textView, IShaderLabOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System

Защищенные методы

Метод Описание
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable

Описание методов

GetDiagnostics() защищенный Метод

protected GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Результат IEnumerable

SyntaxErrorManager() публичный Метод

public SyntaxErrorManager ( BackgroundParser backgroundParser, ITextView textView, IShaderLabOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
backgroundParser ShaderTools.VisualStudio.ShaderLab.Parsing.BackgroundParser
textView ITextView
optionsService IShaderLabOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
Результат System