C# Class BugHunter.AnalyzersVersions.SystemIO.Helpers.AnalyzerHelper

!!! THIS FILE SERVES ONLY FOR PURPOSES OF PERFORMANCE TESTING !!!
Afficher le fichier Open project: KenticoInternal/bug-hunter

Méthodes publiques

Свойство Type Description
WhiteListedTypeNames string[]

Méthodes publiques

Méthode Description
GetRule ( string diagnosticId ) : DiagnosticDescriptor

Constructs a Diagnostic Descriptor for SystemIOAnalyzer

Method Details

GetRule() public static méthode

Constructs a Diagnostic Descriptor for SystemIOAnalyzer
public static GetRule ( string diagnosticId ) : DiagnosticDescriptor
diagnosticId string Id of the diagnostic
Résultat DiagnosticDescriptor

Property Details

WhiteListedTypeNames public_oe static_oe property

Names of whitelisted types for SystemIOAnalyzer
public static string[] WhiteListedTypeNames
Résultat string[]