C# 클래스 Microsoft.CodeAnalysis.Diagnostics.AnalysisResult

Stores the results of analyzer execution: 1. Local and non-local diagnostics, per-analyzer. 2. Analyzer execution times, if requested.
파일 보기 프로젝트 열기: mob-sakai/OpenSesame 1 사용 예제들

공개 메소드들

메소드 설명
GetAllDiagnostics ( ) : ImmutableArray
GetAllDiagnostics ( DiagnosticAnalyzer analyzer ) : ImmutableArray

비공개 메소드들

메소드 설명
AddLocalDiagnostics ( ImmutableDictionary localDiagnostics, ImmutableHashSet excludedAnalyzers, ImmutableArray.Builder builder ) : void
AddNonLocalDiagnostics ( ImmutableDictionary nonLocalDiagnostics, ImmutableHashSet excludedAnalyzers, ImmutableArray.Builder builder ) : void
AnalysisResult ( ImmutableArray analyzers, ImmutableDictionary localSyntaxDiagnostics, ImmutableDictionary localSemanticDiagnostics, ImmutableDictionary localAdditionalFileDiagnostics, ImmutableDictionary nonLocalDiagnostics, ImmutableDictionary analyzerTelemetryInfo ) : System
GetDiagnostics ( IEnumerable analyzers ) : ImmutableArray
GetDiagnostics ( ImmutableHashSet excludedAnalyzers ) : ImmutableArray

메소드 상세

GetAllDiagnostics() 공개 메소드

public GetAllDiagnostics ( ) : ImmutableArray
리턴 ImmutableArray

GetAllDiagnostics() 공개 메소드

public GetAllDiagnostics ( DiagnosticAnalyzer analyzer ) : ImmutableArray
analyzer DiagnosticAnalyzer
리턴 ImmutableArray