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

!!! THIS FILE SERVES ONLY FOR PURPOSES OF PERFORMANCE TESTING !!!
Show file Open project: KenticoInternal/bug-hunter

Public Properties

Property Type Description
WhiteListedTypeNames string[]

Public Methods

Method Description
GetRule ( string diagnosticId ) : DiagnosticDescriptor

Constructs a Diagnostic Descriptor for SystemIOAnalyzer

Method Details

GetRule() public static method

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

Property Details

WhiteListedTypeNames public static property

Names of whitelisted types for SystemIOAnalyzer
public static string[] WhiteListedTypeNames
return string[]