C# 클래스 ShaderTools.VisualStudio.ShaderLab.ErrorList.SyntaxErrorManager

상속: ShaderTools.VisualStudio.Core.ErrorList.ErrorManager
파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
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