C# 클래스 ShaderTools.VisualStudio.Hlsl.ErrorList.SemanticErrorManager

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

공개 메소드들

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