C# Класс ShaderTools.VisualStudio.Hlsl.ErrorList.SemanticErrorManager

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

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

Метод Описание
SemanticErrorManager ( BackgroundParser backgroundParser, ITextView textView, IHlslOptionsService 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

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

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