C# Class Arnolyzer.Tests.DiagnosticVerification.DiagnosticsGenerator

Afficher le fichier Open project: DavidArno/Arnolyzer Class Usage Examples

Méthodes publiques

Méthode Description
GetSortedDiagnostics ( string filePath, Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, string settingsPath ) : IOrderedEnumerable

Private Methods

Méthode Description
GetSortedDiagnosticsFromDocuments ( Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, Microsoft.CodeAnalysis.TextDocument document, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions options ) : IOrderedEnumerable
SortDiagnostics ( IEnumerable diagnostics ) : IOrderedEnumerable

Method Details

GetSortedDiagnostics() public static méthode

public static GetSortedDiagnostics ( string filePath, Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer analyzer, string settingsPath ) : IOrderedEnumerable
filePath string
analyzer Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
settingsPath string
Résultat IOrderedEnumerable