C# 클래스 Arnolyzer.Tests.DiagnosticVerification.DiagnosticsGenerator

파일 보기 프로젝트 열기: DavidArno/Arnolyzer 1 사용 예제들

공개 메소드들

메소드 설명
GetSortedDiagnostics ( string filePath, Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, string settingsPath ) : IOrderedEnumerable

비공개 메소드들

메소드 설명
GetSortedDiagnosticsFromDocuments ( Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, Microsoft.CodeAnalysis.TextDocument document, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions options ) : IOrderedEnumerable
SortDiagnostics ( IEnumerable diagnostics ) : IOrderedEnumerable

메소드 상세

GetSortedDiagnostics() 공개 정적인 메소드

public static GetSortedDiagnostics ( string filePath, Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, string settingsPath ) : IOrderedEnumerable
filePath string
analyzer Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
settingsPath string
리턴 IOrderedEnumerable